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

URGENT ---- How to use BAPI_REQUIREMENT_CHANGE Function Module

Former Member
0 Likes
762

I want to change the Materail requirements through Txn MD62.

Instead i am using BAPI_REQUIREMENTS_GETDETAILS Function Module.

Using this I should use BAPI_REQUIREMENT_CHANGE Function Module.

But the requirements are not getting changed.

I want to change the Materail requirements through Txn MD62.

Instead i am using BAPI_REQUIREMENTS_GETDETAILS Function Module.

Using this I should use BAPI_REQUIREMENT_CHANGE Function Module.

But the requirements are not getting changed.

3 REPLIES 3
Read only

Former Member
0 Likes
696

what kind of messages u are gettiing into the table RETURN ? u have to cross check this internal table .

flow will be like this

call ' BAPI'

if return[] is initial.

commit work.

else.

do nothing.

endif.

Regards

Peram

Read only

0 Likes
696

Yes Prabhu , i am following in that way only.

What my problem is , i need the mandatory parameters to pass to the fn module.

Through transaction i am able to change the Requirements. I need to do that through Function Module only.

Read only

Former Member
0 Likes
696

I Myself solved the issue.