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

BAPI_REQUIREMENTS_CREATE

Former Member
0 Likes
463

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.

2 REPLIES 2
Read only

Former Member
0 Likes
408

Did you check documentation?

Read only

0 Likes
408

Yes I did, but I did not find anything related to that field.

Regards,

Dirk.