cancel
Showing results for 
Search instead for 
Did you mean: 

Function m odule

Former Member
0 Kudos

Hi all...

i want the list of standard function module which is used in SRM....

Plz help me on this...

thanks...

Accepted Solutions (1)

Accepted Solutions (1)

peter_novoth
Active Contributor
0 Kudos

Hi,

please see the following function modules of the procurement fremework:

Change the 'Doc' always wich the procurement document what you need (AUC, AVL, BID, CONF, CTR, INV, PCO, PO, QUOT, SC), e.g. BBP_PD_SC_CHECK for the Shopping cart check.

Function Module

Description

BBP_PD_Doc_CHECK

Makes all checks for the document

BBP_PD_Doc_CREATE

Creates the document (to be called before the first UPDATE)

BBP_PD_Doc_DB_DELETE

Deletes the document from the database

BBP_PD_Doc_GETDETAIL

Reads the document and it's sets

BBP_PD_Doc_ITEM_GETDETAIL

Reads an item and it's sets

BBP_PD_Doc_GETLIST

Gives back a list of documents

BBP_PD_Doc_LOCK

Locks the document

BBP_PD_Doc_RESET_BUFFER

Resets all buffers (to be called between SAVE and CREATE/UPDATE of two different documents

BBP_PD_Doc_SAVE

Saves the document to the database (in UPDATE TASK) After the call of the Save-FM it is nessecarry to call a COMMIT to get the data to the database.

BBP_PD_Doc_SET_BE_REF

Fills only the Backend-reference fields of the document (not all documents)

BBP_PD_Doc_STATUS_CHANGE

Changes the status of the document

BBP_PD_Doc_UNLOCK

Unlocks the document

BBP_PD_Doc_UPDATE

Makes an update of the document (should be called after user action to check the data and save it in internal tables)

Regards,

Peter

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

The easiest way of finding out the function modules and reports in SRM :

Reports: Go to transaction SE38 and type BBP* and press F4.

Function Modules: Go to transaction SE37 and type BBP* and press F4.

You will get a list of all the standard reports and function modules.

Hope this helps.

Arshad