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

Batch on Purchase Requisition

luiz_contador
Explorer
0 Likes
1,292

The company is developing an STO scenario. They have a Sales Order with the batch information. When we are converting the Sales Order in Purchase Requisition via MD02 the batch is empty on PR. There is a Exit that we can use on the conversion to fill the batch (charg) on purchase requisition.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
972

Hi Luiz,

You can use BADI ME_PROCESS_REQ_CUST to change PR data. And probably in your case you can use Process

item menthod of this BADI

Use get data method to read PR item data and set data to change PR line item details.

Thanks,

Pawan

Hi Luiz,

You can use BADI ME_PROCESS_REQ_CUST to change PR data. And probably in your case you can use Process

item menthod of this BADI

Use get data method to read PR item data and set data to change PR line item details.

Thanks,

Pawan

2 REPLIES 2
Read only

vijaymanikandan
Contributor
0 Likes
972

Hi

Can you make your question more clear?

Read only

Former Member
0 Likes
973

Hi Luiz,

You can use BADI ME_PROCESS_REQ_CUST to change PR data. And probably in your case you can use Process

item menthod of this BADI

Use get data method to read PR item data and set data to change PR line item details.

Thanks,

Pawan