Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Idoc msgfn or status not changing .

former_member477101
Participant
0 Kudos

Hi Experts,

                i have an Peculiar situation,Having enabled change pointers, and executed RBDMIDOC for type COSMAS, every entry I created or changed, it got updated in table. When I generate the resulting IDoc all have MSGFN or status = 005 and my non-SAP receiving system cannot distinguish an add from a change or a delete. Am I missing additional config settings ?Help Required.please check screen shots below, relevant to problem.



2 REPLIES 2

former_member191434
Participant
0 Kudos

Hi Prakash,

MSGFN is the "Message Function". It's a code that defines the action to be performed with (or by) the IDoc itself. Supported codes are:

003     Delete: Message contains objects to be deleted

004     Change: Message contains changes

005     Replace: This message replaces previous messages

009     Original: First message for process

023     Wait/Adjust: Data should not be imported

018     Resend

Thanks & regards

Saifur Rahaman

0 Kudos

Hi ,

     After Rigorous test, i found the standard message msgfn or status '005' raised from an standard function module 'Masteridoc_create_smd_cosmas' in an perform , program is setting MSGFN as SPACE , you can find it in below screen shots.Do we need to apply any notes for this? or any better solution . Help Required.