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_ISUCONTRCT_CHANGEFROMDATA

Former Member
0 Likes
649

Hi,

I have to clear a field BB of transaction ES21 by using bapi BAPI_ISUCONTRCT_CHANGEFROMDATA.

can anybody tell me what should be the mandatory parameter I have to pass ??

3 REPLIES 3
Read only

former_member556412
Active Participant
0 Likes
555

Hi,

You can check in the BAPI itself as in what all parameters in import tab is mandatory.

Regards,

Bhanu.

Read only

Former Member
0 Likes
555

Hi,

You have to pass the following details:

Import Parameters:

CONTRACTDATA

CONTRACTDATAX

Export Parameter: RETURN

Tables:EXTENSIONIN

Read only

0 Likes
555

thanks dude