‎2007 Jun 15 11:31 AM
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.
‎2007 Jun 15 11:34 AM
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
‎2007 Jun 15 11:43 AM
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.
‎2007 Jun 15 11:56 AM
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