Hi
I have a ABAP program which calls the function module to create a vendor -ERP_IDOC_INPUT_CREDITOR'.
During the creation of the vendor i can update the adress and telephone numbers but i cant input the email address .
To solve this i am calling the function module (BAPI_IDOC_INPUT1-function module used in ADRMAS idoc).
When i run the idoc it updates the field but when i call the Bapi in the abap program it does not update the data that i have entered in the function module .
I tried doing a BAPI_TRANSACTION_COMMIT but it still does not update it.
Any suggestions to solve it.
Also at the end of submitting the idoc it gives me a message
BAPI SAVEREPLICA has been called successfully
Is that what adrmas should be giving .
Thanks