BAPI_PO_CREATE
Dear SAPpers,
Have any of you used BAPI_PO_CREATE by passing the values for table
PO_LIMITS?. A strange thing happens-may be we are missing something
here-when we pass the values to the 'limit' and 'exp_limit' fields in the
tables,no Limits 'Tab' gets created. When we comment the tables PO_LIMITS, at least the Limits 'Tab' screen appears, though without any values.
Has anybody encountered similar problems or if you have any ideas you are most welcome.
Thanks in advance.
Regards
Nithya
Nithya,
are you filling up the PCKG_NO in the PO_LIMITS table?
There should not be any problem with this. which release you are on?
But there should not be any problem with 46C and 47.
Other way is to create the POs manually in different combinations
( like refer to requisition and not refering to requisition ) and try to execute BAPI_PO_GETDETAIL for all those POs through the SE37 and
see how the data is populated in the PO_LIMITS internal table . Use
that as guide line to fill up your internal table to create the PO
through the BAPI_PO_CREATE
saper