‎2007 Jul 02 1:57 PM
Hi,
When i call FM BAPI_REQUIREMENTS_CREATE to create a requirement it works fine.
The only problem is that the req.number is not returned in the FM-param REQMTSPLANNUMBER.
I need that number for additional checks.
call function 'BAPI_REQUIREMENTS_CREATE'
EXPORTING
requirements_item = wa_bapisitemr
IMPORTING
REQMTSPLANNUMBER = x_bdzei
TABLES
requirements_schedule_in = it_requirements_schedule_in
return = it_bapireturn1.
I have searched OSS but did'nt find anything regarding that field.
Any tips ?
Best regards,
Dirk.
‎2007 Jul 03 6:42 AM
‎2007 Jul 03 8:21 AM
Yes I did, but I did not find anything related to that field.
Regards,
Dirk.