Application Development 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: 

Consumption Indicator in BAPI_REQUIREMENTS_CREATE

Former Member
0 Kudos

Hi All,

Iam developing a enhancement for Planned Independant Requirement creation - MD61 transaction.

For this iam using bapi "BAPI_REQUIREMENTS_CREATE". My requirment is, i need to update the Consumption Indicator also. But i could not find any field / way to do it in bapi. This particular field appears in "Items" tab of the transaction in MD61. I even tried to save it in the user parameters in initial screen of MD61 and then executed the bapi. But Consumption Indicator is not getting updated.

Any input on this please ?

with warm regards,

Nagarajan.J

4 REPLIES 4

Former Member
0 Kudos

Hi,

Try by Writing a select statement to fetch this field from PBID and PBIM tables and use them in the BAPI.

Regards,

Anji

0 Kudos

My question is, I could not find any field in the BAPI to use / pass this value.

Any suggestions...

regards,

Nagarajan.J

0 Kudos

Hi,

Any Clues on this issue ...

regards,

Nagarajan.J

Former Member
0 Kudos

No solution found.