cancel
Showing results for 
Search instead for 
Did you mean: 

Splitting PR Quantity

Former Member
0 Kudos

Hi all,

i need to solve this typical problem on urgent basis.

the problem is after fetching the data from PR Table(EBAN), i need to split the Requisition quantity and allocate the requisition quantity to the various storage locations.

So kindly guide is there any BAPi avauilableor some other method to solve this problem

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi ,

try to make use of Table MCHB , batch and Sloc Qty u will get it from here and Put ur logic to Split the Qty based on the Avail Qty of the batch / SLoc.

PR : 100kgs

u have 3 batches /Sloc

SLOC1-B1--->10Kgs.

SLOC2-B2--->90Kgs.

Regards

Prabhu

Former Member
0 Kudos

check transaction <b>MD04</b> ur point must be clear more.

or try..

GOTO - BAPI Transaction - Select - <b>BAPI_PR_CHANGE</b> - And read the documentation for PRITEM structure(method). Generally SAP provide some comments here if there is any special handling required.