cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Function module -?

Former Member
0 Likes
2,689

Hi

can any body explain me clear under standing of function module with examplese.

difference between BADI and Funtion module?

Any standard sap BADI and fucntion modules?

Thanks

Kris

View Entire Topic
former_member183879
Active Contributor
0 Likes

Pls find the following links, they will be of use to you

http://help.sap.com/saphelp_nw04/helpdata/en/26/64f623fa8911d386e70000e82011b8/content.htm

http://help.sap.com/saphelp_45b/helpdata/de/1f/a862eec47411d2806300c04fada2a1/content.htm

For BAPIs

http://www.sap-img.com/bapi.htm

http://searchsap.techtarget.com/originalContent/0,289142,sid21_gci948835,00.html

For BADIs and user exits

http://www.sap-img.com/abap/difference-between-badi-and-user-exits.htm

http://help.sap.com/saphelp_nw04/helpdata/en/04/f3683c05ea4464e10000000a114084/content.htm

A standard function module is READ_TEXT(You can view this in SE37) to copy texts from documents to smartforms.

BAPIs

BAPI_CUSTOMERQUOTATION_CHANGE

BAPI_QUOTATION_CREATEFROMDATA

BAPI_QUOTATION_CREATEFROMDATA2

BAPI_SALESORDER_CHANGE

BAPI_SALESORDER_CONFIRMDELVRY

BAPI_SALESORDER_CREATEFROMDAT

BAPI_SALESORDER_CREATEFROMDAT

BAPI_SALESORDER_CREATEFROMDAT

BAPI_SALESORDER_GETLIST

BAPI_SALESORDER_GETSTATUS

BAPI_SALESORDER_SIMULATE

They also can be seen in SE37

BADIs

WSAM_BADI_SALES_CHECK

WSAM_BADI_SALES_FLDPROT_GET

Also can be seen in SE37

Reward if this helps