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: 

Inbound IDOC -

Former Member
0 Kudos

Hi,

If I am using an inbound FM to update std table, what happens to the additional fields of the std table (example: APPEND structure)? I need those additional fields to be updated as well... Please advise. Thanks!

1 ACCEPTED SOLUTION

Former Member
0 Kudos

You would need to use a user exit. What is the IDoc message type and what table is your append structure assigned to .

You would only want to do this though if standard SAP has updated the SAP table correctly.

4 REPLIES 4

Former Member
0 Kudos

You would need to use a user exit. What is the IDoc message type and what table is your append structure assigned to .

You would only want to do this though if standard SAP has updated the SAP table correctly.

0 Kudos

Thanks Martin,

My message type is SRVMAS for updating of table ASMD with APPEND structure of BOS_ASMD.

So I just have to add in the additional field values into the ASMD structure (in the exit) and that would be sufficient? Do you have some codes to share? Thanks

0 Kudos

What is the function module used to process the IDoc.

I will not be able to provide any code as it will depend on what structure your extra data is stored on.

0 Kudos

Hi,

FM is IDOC_INPUT_SRVMAS.

Is there a need to create an extension?