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

Problem with BAPI_AGREEMENT_MAINTAIN

Former Member
0 Likes
532

Dear SAP,

when I use the BAPI_AGREEMENT_MAINTAIN, the message table contain the following

message: No batch input data for screen SAPMM06E 0514.

I fill correctly the field IM_AGREEMENT_HEADER-COMP_CODE and IMT_AGREEMENT_ITEMS-PLANT but system doesn't use this value.

Can you give me same information in order to solve this issue?

Thanks in advance.

Andrea.

3 REPLIES 3
Read only

Former Member
0 Likes
473

Hi,

you need to pass langauge,country,currency,and address details if any then only it will be created or else it will give the same error.

you need to look into IM_AGREEMENT_HEADER , here you need to pass all those details.

pass language,country,currency, address details if any. then see...

<b>Reward points</b>

Regards

Read only

0 Likes
473

Thanks,

I have fill following fields:

Header/HeaderX:

DOC_CAT, COMP_CODE, DOC_TYPE, CREAT_DATE, CREATED_BY, ITEM_INTVL, VENDOR, LANGU, LANGU_ISO, PURCH_ORG, PUR_GROUP, CURRENCY, CURR_ISO, DOC_DATE, VPER_END

Item/ItemX:

AGRMT_ITEM, EMATERIAL, PLANT, STGE_LOC, TARGET_QTY, PO_UNIT, NET_PRICE, PRICE_UNIT,

Thanks.

Andrea.

Read only

0 Likes
473

For all fields that you are filling in IIM_AGREEMENT_ITEMS , you should fil an

'X' in their corresponding field in AGREEMENT_ITEMSX . this applies to all other segments

Regards