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: 

Out Put IDOC created by VA01

Former Member
0 Kudos
192

Hi to all the champions,

I have come accross a problem where i want to change the outbound idoc data, but i am not able to identify the place where i should change the data .

i am using the inbound function module IDOC_INPUT_ORDERS and by modifying this i was able to change the input parameters but now i want to revert changes in OUTBOUND idoc .. I am using the Message control SD10 with function module attached to it is IDOC_OUTPUT_ORDRSP i tried putting a break point in this but my debugger is not activated that means this is not executed , can any one provide me the right way where i can change the parameters so that they get reflected in OUTBOUND Idoc .......

6 REPLIES 6

varma_narayana
Active Contributor
0 Kudos
145

Hi..

You need to use Enhancement for this..

You can get this by Implementing the Function Module exits called from the

FM IDOC_OUTPUT_ORDERS .

Search for Call Customer-Function To find the Function Exit.

And implement it in CMOD.

reward if Helpful.

0 Kudos
145

Hi ,

I tried looking thru debuging but it doennot give me the outbound idoc nos any where in Customer-Function . Although my outbound idoc generated is succesful but then until i get outbound idoc nos will i be able to change in customer exist.

Can u give me an idea as whether these customer functions are only for outbound or for both and but more idea on how should i proceed to do ..

0 Kudos
145

Hi

You will have Enhancements in both Outbound and Inbound.

Check this Link .. You may get the IDEA.

http://help.sap.com/saphelp_40b/helpdata/en/dc/6b7d7c43d711d1893e0000e8323c4f/content.htm

reward if Helpful.

0 Kudos
145

EXIT_SAPLV56K_002 use this exit..

regards..

0 Kudos
145

Hi,

Thanks for the article . My problem is not about enhancing something.

I have an inbound idoc which is getting proceeses succesfully and it even generats an outbound idoc without error. The only thing that i want to do is just change some values in standard segment .But the problem that i am facing is i am not able to locate where actually the outbound idoc is getting generated thru standard function module i tried debugging the whole code but in every piece i get only the inbound idoc number rather than outbound number.I dont know where to check in debuging to find outbound idoc nos ..

with regards

Bhawarlal

0 Kudos
145

Hi madan ,

I want to change the outbound data of idoc in Sales Order Creation and i tried manuaaly seting a break-point in this routine but it doesnt work, can u provide an alternative which can help me in changind outbound idoc in sales order creation .

with regards

Bhawarlal