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

Badi

Former Member
0 Likes
585

HI,

Pl explain badi,( FRE_ORD_IN_C REATE_DOC)how its work,how to create, where to write code.

Thanks & regards ,

Satish.

3 REPLIES 3
Read only

Former Member
0 Likes
535

As there is no badi existing with this name,

Can you <b>please check the badi name.......is correct or not ?</b>

Read only

0 Likes
535

Hi Arjun,

Thanks for responding. I have to implement that BADI pl help me how to implement,

how it works,

where should i have to write a code.

I found a function module with this name.

Thanks,

satish.

Read only

Former Member
0 Likes
535

Hello,

The FM you have found FRE_ORD_IN_CREATE_DOC is a SAP standard FM in Forecast & Replenishment section of SAP retail (of which I know nothing)

However you are right - there is a BADI reference in this FM - it looks to see if the customer has implemented BADI FRE_ORD_INBOUND. You can display this and view the interface using SE18 and entering this name. The text says the BADI is for "manipulating inbound data before posting" - there is just one parameter which I guess represents the inbound data - it is typed like structure WVFB.

For an overview of implementing BADI's it'll help if you've covered ABAP objects,

and see link: -

http://help.sap.com/saphelp_46c/helpdata/EN/ee/a1d548892b11d295d60000e82de14a/frameset.htm

for a BADI overview

Good Luck!,

Paul , Ireland