2014 Feb 13 4:56 AM
Hi Everyone,
I am doing goods movement with BAPI " BAPI_GOODSMVT_CREATE", but in this BAPI there are no excise
related parameters for CIN, is there any BAPI 's or function module for doing Goods movement with excise parameters.
Please guide me.
Thanks in advance.
Thanks & Regards,
Mahi.
2014 Feb 13 5:06 AM
Hi Mahi,
Can you try with FM J_1IEXGM_UPDATE_EXCISE.
Arivazhagan S
2014 Feb 13 6:00 AM
HI Arivazhagan
I have tried with FM J_1IEXGM_UPDATE_EXCISE.but its not posting documents, no return type parameters for the above FM and i tired with system variable for catching return parameters but system fields are filling with spaces.
Regards,
Mahi.
2014 Feb 14 6:06 AM
2014 Feb 14 6:20 AM
Hi mahi,
you have to use j_1iexgm_update_excise (Update Excise document in MIGO),
for solving your purpose, by using it you will get all the data
required for excise calculation,
However, you have to use mb_document_badi, so that these data can be saved.
Either you can use commit work, or you can use post_document method in mb_migo_badi
to save your document.
2014 Feb 14 6:51 AM
HI Sanjeev,
Thanks for Reply,
j_1iexgm_update_excise, i have checked with this function module there are no fields related to excise in VM07M structure .
However, you have to use mb_document_badi, so that these data can be saved.
Either you can use commit work, or you can use post_document method in mb_migo_badi
Can you Please give some more information on this.
Thanks,
Mahipal.
2014 Feb 14 7:00 AM
Hi Mahi,
if i am not wrong, please see this screenshot, where VM07M, has been used as table parameters.
and for mb_migo_badi method post document, please search , you will gets many threads
explaining how to use it.
2014 Feb 14 7:10 AM
Hello Sanjeev,
IT_VM07M is declared as table parameter like VM07M structure , and I have checked in that structure i found no fileds related to Excise.
Any work around will be highly appreciated.
Thanks & regards,
Mahipal.
2014 Feb 14 7:29 AM
Hi Mahi,
there is an include LJ1IEXGMPAI, from where you will get excise number in the structure
GS_EXGEAD, And then you have to export it to the mb_migo_badi.
Then you have to import it in mb_migo_badi then you can use it as sujjested earlier.