2007 Dec 06 2:21 PM
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.
2007 Dec 06 2:28 PM
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...
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...
2007 Dec 06 2:28 PM
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...
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |