cancel
Showing results for 
Search instead for 
Did you mean: 

New ABAPer in SRM

vivekkrishnan
Active Participant
0 Kudos

Dear all SRM Champions,

I am an ABAPer working for the first time in SRM and Workflow.

Requesting you to guide me. I would require help on the following topics.

1. Custom Fields

2. Workflow and BAdis

3. Configuration of Approval mails to Blackberry

4. Modification of Supplier Registration Form - BSP

5. Budget check at Shopping cart level

Thanks in Advance.

Please mail some useful documents and links to kandasamy.vivek@gmail.com

Regards,

Vivek K

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

To start with,go through the foll link:

http://help.sap.com/saphelp_erp2005/helpdata/en/index_srmaddon.htm

1. Custom Fields - There are several OSS notes whcih describe the exactly the procediure adding of custom fields.The imp one being Note 672960.

2. Workflow and BAdis -

WF link:-http://help.sap.com/saphelp_srm40/helpdata/en/5a/af5eff85d011d2b42d006094b92d37/content.htm

Some useful BADI's:

• BBP_DOC_CHANGE_BADI - To change the purchasing doc data.

• BBP_DOC_CHECK_BADI - BAdI for Changing EBP Purchasing Documents (SC/PO etc) .Particularly to put validations/check the data.

• BBP_CHNG_AGNT_ALLOW - to enable /disable the ADD APPROVER/ADD REVIEWER buttons in the Approval preview screen.

• BBP_CREATE_REQ_BACK/ BBP_CREATE_PO_BACK - Exit while creating a purchase requisition/purchase order in the backend system. Useful for changing the Backend doc data.

• BBP_DETERMINE_ACCT - Exit while determining G/L account for account assignment. Useful to determine the correct G/L account during the creation of Backend doc.

• BBP_CUF_BADI - BADI to add customer fields

• BBP_CUF_BADI_2 - BADI to add customer fields

Read the docuemntation well before implementing these and also see the sample imlementation if present.

3. Configuration of Approval mails to Blackberry - Refer the HELP link above.

4. Modification of Supplier Registration Form - BSP -This si std BS modification.Validations/Checks can be done through BADI.

5. Budget check at Shopping cart level - CAn be done through BADI.

HTH.

BR,

Disha.

Pls reward points for useful answers.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Vivek,

I have done Custom fields, Budget check at SC level.

Create Custom fields :

1. INCL_EEW_PD_ITEM_CSF_SC - add fields this struct (If it is SC item)

2. Budget check - DOC_CHECK_BADI in use BBP_PD_SC_GETDETAIL FM to get SC amount.

If useful pls reward points.

Regards,

Kumar S

Former Member
0 Kudos

Hi SRM Gurus,

If i create a custom field in SRM for SC at item level, whether the value in that field will be stored in any database table or not..if yes what is the table?

Can anyone pls provide the list of SRM tables.

What is the procedure for retreiving data from SRM??

Please let me know.

Thanks in advance,

Chandra Sekhar

Former Member
0 Kudos

HI,

The Sc item custom fields are stored in table bbp_pdisc(Item Extension for Customer Fields).

Pls reward points if useful.

Best Regards,

Raghu

Former Member
0 Kudos

Hi

I have sent some useful documents to your mail id.

Regards

- Atul

Former Member
0 Kudos

Can mail me the same on amsc@rediffmail.com.

THNX inadv.

vivekkrishnan
Active Participant
0 Kudos

Dear all,

Thank you all for the details, documents, links ...

Regards,

Vivek K