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 input VA01 problem

Former Member
0 Likes
620

Hi,

After patching our system we have a problem with the creation of purchase requisition from sales order (VA01) transaction (schedule lines) using batch input.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
504

hi,

the problem occurs at the fm ME_REQUISITION_EXT.Sap changed the logic and added not to show the screen 102 if the fm is called from a batch input.(Flag sy-Binpt=X).This causes a problem when you use this function in a batch input.Best thing is for you to change the logic and use the ME_REQUISITION_EXT as Bapi (BAPI_REQUISITION_CREATE) and pass the required import parameters .

An alternative is to change the ME_REQUISITION_EXT and remove the if sy-bipt=X section so screen 102 shown as before.

reward if usefull...

1 REPLY 1
Read only

Former Member
0 Likes
505

hi,

the problem occurs at the fm ME_REQUISITION_EXT.Sap changed the logic and added not to show the screen 102 if the fm is called from a batch input.(Flag sy-Binpt=X).This causes a problem when you use this function in a batch input.Best thing is for you to change the logic and use the ME_REQUISITION_EXT as Bapi (BAPI_REQUISITION_CREATE) and pass the required import parameters .

An alternative is to change the ME_REQUISITION_EXT and remove the if sy-bipt=X section so screen 102 shown as before.

reward if usefull...