Application Development and Automation 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: 
Read only

ale idoc

Former Member
0 Likes
685

purchase requisition data is coming to R/3 from xi.how to capture the data and send the data to me51.

purchase requisition data is coming to R/3 from xi.how to capture the data and send the data to me51.

4 REPLIES 4
Read only

Former Member
0 Likes
646

Santosh,

You should not pass that to ME51. You will have configure the right Process code in the partner profile so that the concerned function module will pick up the idoc and process the data there by creating the purchainsg req.

Regards,

Ravi

Note : Please mark the helpful answers

Read only

Former Member
0 Likes
646

Configure the inbound idoc message type PREQCR to create a purchase requisition.

The correspoding inbound fucntion module is BAPI_IDOC_INPUT1 and process code is BAPI.(see in we64 for more info.

Regards,

Ravi

Read only

0 Likes
646

hi ravi

how to do the same for purchase order for outbound

regards

prajith

Read only

Former Member
0 Likes
646

hi ravi

thanx for the solution.