cancel
Showing results for 
Search instead for 
Did you mean: 

BBP_DOC_SAVE

Former Member
0 Kudos

Hi

Iam using BBP_DOC_SAVE badi .But when iam trying to use the import parameter

iv_doc_guid in crmd_orderadm_h table it is returning no values found .

i.e the guid from iv_doc_guid is not existing in crmd_orderadm_h table .

Can any one give some inputs on this .

thanks in advance

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Like Disha said, use a function module to retrieve all order details:

BBP_PD_PO_GETDETAIL.

Former Member
0 Kudos

Hi Atul ,

thanks for the input . my requirement is i need to send sms notification on creation of rfq .

Former Member
0 Kudos

Hi

Then even BBP_DOC_CHANGE_BADI will do the job.

Regards

- Atul

Former Member
0 Kudos

Hi,

Use FM instead of quering the table.Also what is your exact requirement?There are other BADI's also available where you can use the DOC_GUID i.e. BBP_DOC_CHANGE_BADI and BBP_DOC_CHECK_BADI.

BR,

Disha.

Pls reward points for useful answers.

Former Member
0 Kudos

Hi

Which SRM version and what's you business requirement ?

<u>Any specific reason for using BBP_DOC_SAVE_BADI ??</u>

<b>Instead of using BBP_DOC_SAVE_BADI, you can go for BBP_DOC_CHANGE_BADI.

There you can find all the required information easily available.</b>

Do let me know, incase you face any issues.

Regards

- Atul