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

Doubt IN BADI

Former Member
0 Likes
373

Hi Experts,

My requrement is on BADI's but i have not much idea on this requrement,requirement is as follows:

· A user exit is needed on the delivery that rebrands sub items into the header item and the header item will then be Post Goods Issued.

· This needs only to be done for materials with ‘Item Category’ equal ‘ZTNB’.

· The SAP sales BOM functionality needs to generate movement types 309/310 rebrands for the component materials and 601 on the header or additized material.

· We want 309 Credit entries on the base product instead of additized product.

· This is needed to create the correct financial posting as well as stock movements

· It can now check the header MOT of the delivery for PK as well as the item category of the sales BOM header ZTAQ

This is the screen flow for transaction MB11 which can be called via the ‘Call Transaction’ statement. It shows all data needed to process this transaction.

It is not necessarily wanted that the user exit BADI - LE_SHP_GOODSMOVEMENT calls this transaction.

plz help me out from this problem.

Thanks

1 ACCEPTED SOLUTION
Read only

sourabhshah
Product and Topic Expert
Product and Topic Expert
0 Likes
349

hi,

This link tells everything about BADI.

http://help.sap.com/saphelp_erp2005vp/helpdata/en/c2/eab541c5b63031e10000000a155106/frameset.htm

You will have to analyse the functional requirement and write a implementation for badi.

Hi Experts,

My requrement is on BADI's but i have not much idea on this requrement,requirement is as follows:

· A user exit is needed on the delivery that rebrands sub items into the header item and the header item will then be Post Goods Issued.

· This needs only to be done for materials with ‘Item Category’ equal ‘ZTNB’.

· The SAP sales BOM functionality needs to generate movement types 309/310 rebrands for the component materials and 601 on the header or additized material.

· We want 309 Credit entries on the base product instead of additized product.

· This is needed to create the correct financial posting as well as stock movements

· It can now check the header MOT of the delivery for PK as well as the item category of the sales BOM header ZTAQ

This is the screen flow for transaction MB11 which can be called via the ‘Call Transaction’ statement. It shows all data needed to process this transaction.

It is not necessarily wanted that the user exit BADI - LE_SHP_GOODSMOVEMENT calls this transaction.

plz help me out from this problem.

Thanks

1 REPLY 1
Read only

sourabhshah
Product and Topic Expert
Product and Topic Expert
0 Likes
350

hi,

This link tells everything about BADI.

http://help.sap.com/saphelp_erp2005vp/helpdata/en/c2/eab541c5b63031e10000000a155106/frameset.htm

You will have to analyse the functional requirement and write a implementation for badi.