2008 Nov 17 9:26 AM
Hi,
In MIGO transaction, we have aded some fields on external tabs.
These fields are mandatory fields
The data of these fields will be stored in a Z-table when we save the MIGO.
We have used BADI s to do this. It is working fine.
Now, I want to post some data using MIGO tansaction. I want to use BAPI_GOODSMVT_CREATE to post tha data.
How can I include my newly added fields in this BAPI ?
Can u plz write the solutions?
Thanks
Hi,
In MIGO transaction, we have aded some fields on external tabs.
These fields are mandatory fields
The data of these fields will be stored in a Z-table when we save the MIGO.
We have used BADI s to do this. It is working fine.
Now, I want to post some data using MIGO tansaction. I want to use BAPI_GOODSMVT_CREATE to post tha data.
How can I include my newly added fields in this BAPI ?
Can u plz write the solutions?
Thanks
2008 Nov 17 9:38 AM
i think we cannot add zfields to standard bapi.
U can opt for BDC.
correct me, if am wrong.
regards,
Padma
2008 Nov 17 12:45 PM
Do not post the same question twice. The duplicate has been deleted.
2008 Nov 17 1:06 PM
Hello,
You can extend the BAPI based on the new fields that you have added.
[http://help.sap.com/saphelp_nw04/helpdata/EN/3e/0e1089c24611d1ad09080009b0fb56/content.htm]
Hope it helps.
You will get a good help on BAPI extension searching SDN.
Thanks,
Jayant
2008 Nov 17 1:25 PM
Hi,
Go through the FM documentation of BAPI_GOODSMVT_CREATE, this gives some information how to populate the custom fields.
Table parameter : EXTENSIONIN
And check the BADI: MB_BAPI_GOODSMVT_CREATE which is used to populate the custom fields for the material document.
I think you also require to implement this badi in your case.
You also need to extend the tables with the custom fields
With regards,
Dwarakanath.S
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |