2007 Feb 12 10:22 AM
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!
2007 Feb 12 10:26 AM
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.
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.
2007 Feb 12 10:26 AM
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.
2007 Feb 12 10:32 AM
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
2007 Feb 12 10:43 AM
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.
2007 Feb 13 4:32 AM
Hi,
FM is IDOC_INPUT_SRVMAS.
Is there a need to create an extension?
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |