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

BAPI or Function Module for MIGO

former_member212913
Participant
0 Likes
3,276

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.

8 REPLIES 8
Read only

arivazhagan_sivasamy
Active Contributor
0 Likes
2,448

Hi Mahi,

Can you try with FM J_1IEXGM_UPDATE_EXCISE.

Arivazhagan S

Read only

0 Likes
2,448

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.

Read only

former_member212913
Participant
0 Likes
2,448

Any one have any Ideas on this..

Thanks & Regards.

Mahipal

Read only

0 Likes
2,448

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.

Read only

0 Likes
2,448

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.


Read only

0 Likes
2,448

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.

Read only

0 Likes
2,448

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.

Read only

0 Likes
2,448

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.