Application Development 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: 

Regarding MB_MIGO_BADI

Former Member
0 Kudos

Hello All ,

My client required GR (Material doc. posted against PO) number ranges separate at company code/ Plant level.

For this in mb_migo_badi implementation name post_document i have two parameters for it_mseg and is_mkpf , but these parameters are importing parameters so i cant change data in that internal tables , i want to change these internal table.

Please reply.

Regards,

Shri.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Sandeep,

Use Line_Modify method to modify the item data .

Thanks

Ramesh Manoharan

5 REPLIES 5

Former Member
0 Kudos

Hi Sandeep,

Use Line_Modify method to modify the item data .

Thanks

Ramesh Manoharan

0 Kudos

Hello ramesh,

I want to change in mseg and mkpf it is not possible to change in line modify , i checked it but not possible to change data in mseg and mkpf.

Please reply.

Regards,

Shrikant.

0 Kudos

Hi,

You can use LINE_MODIFY method to change the data in MSEG data ......

Thanks,

Shailaja Ainala.

0 Kudos

Hello All,

How it is possible to change data in line_modify implementation in mb_migo_badi for mseg and mkpf.

Please reply.

Regards,

Shrikant.

0 Kudos

Hi,

In the method LINE_MODIFY you have the structure.....CS_GOITEM which has MSEG values do modify this structure...

Thanks,

Shailaja Ainala.