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

Consumption Indicator in BAPI_REQUIREMENTS_CREATE

Former Member
0 Likes
876

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
Read only

Former Member
0 Likes
704

Hi,

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

Regards,

Anji

Read only

0 Likes
704

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

Any suggestions...

regards,

Nagarajan.J

Read only

0 Likes
704

Hi,

Any Clues on this issue ...

regards,

Nagarajan.J

Read only

Former Member
0 Likes
704

No solution found.