2005 Dec 26 4:30 AM
Hi,
I am using delvry02 idoc as a placeholder and am getting a string called 'poe'. If this particular string doesn't exist, i am terminating the FM by issuing a exit.
When i tested with we19, though the idoc processing loop has been terminated, the idoc status color is still orange, how to show it as idoc not processed.
Is there any way to change the status record of idoc to user-defined messages.Please advise me.
Or else, do i need to manually change the status using my FM, If so ?, how to do it
Hi,
I am using delvry02 idoc as a placeholder and am getting a string called 'poe'. If this particular string doesn't exist, i am terminating the FM by issuing a exit.
When i tested with we19, though the idoc processing loop has been terminated, the idoc status color is still orange, how to show it as idoc not processed.
Is there any way to change the status record of idoc to user-defined messages.Please advise me.
Or else, do i need to manually change the status using my FM, If so ?, how to do it
2005 Dec 26 4:39 AM
**Set the FM name
MSED7PROCE-FCTNAME = <b>'INBOUND FM'</b>.
and pass the status(what ever status you want) and idoc number
*-- Perform to change the Status
PERFORM IDOC_STATUS_RECORD_WRITE IN PROGRAM SAPMSED7 USING
I_IDOCNUM
I_STATUS_NUM
SPACE
SPACE
SPACE
SPACE
SPACE
SPACE.regards
vijay
2005 Dec 26 7:07 AM
Hi krishnan
If You use the standard IDoc but want to adjust the standard IDoc processing. That is to say, you want to modify error processing or want to interpret the contents of the IDocs to suit your individual needs.
You activate the customer exits in the standard function module:
If you want to influence error processing, you activate the customer exit for Own error status.
If you want to influence IDoc processing, you activate the customer exit for Own updates.
U can check this url for modification concepts in IDoc inbound processing.
<a href="http://">http://help.sap.com/saphelp_nw04/helpdata/en/52/16ae16543311d1891c0000e8322f96/content.htm</a>
Reward pts if it helps ;>)
Regards
Rakesh
2005 Dec 26 8:51 AM
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |