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

SRM schooping cart creation subscreen.

Former Member

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Likes

Hi,

after that u have to add these fields in SPRO settings.

Please look at the below links :

http://help.sap.com/saphelp_srm50/helpdata/en/5b/c9df3b6ac34b44e10000000a114084/frameset.htm

BAdI for user-defined fields

Instead of the standard display of the user-defined fields, it is possible to include separate screens for the display. To do this, create a screen along with the flow logic and two communication modules in a separate function group. Furthermore, implement BAdI BBP_CUF_BADI. Here, the PUT_DATA method serves for the transfer of the data to the customer screen and the GET_DATA method for the transfer of the data from the customer screen. The PUT_DATA method must receive the screen number and the program name of the function group.

You can use BAdI BBP_CUF_BADI_2 if the standard display is used for the user-defined fields. With the BAdI, you can control the changeability and the display of the fields (method MODIFY_SCREEN). With the MODIFY_INPUT method, you can change the contents of the fields.

You can use BAdI BBP_DOC_CHANGE_BADI to preassign default values for the user-defined fields.

You can check the user-defined fields in BAdI BBP_DOC_CHECK_BADI.

The user-defined fields are also available in BAdI BBP_DOC_SAVE_BADI.

Thanks

Venkatesh P

Former Member
0 Likes

Hi Venkatesh,

Do u know sap notes 672960? It says that after after appendig the fields first time it will create a sub screen automatically.

Former Member
0 Likes

Hi,

Include the fields and the text for the SC user defined fields from INCL_EEW_PD_ITEM in the BBPS_CUF_ITEM table.

The fields will be displayed in the shopping cart and in the Item Data Tab in the purchase order.

Regards,

Sheetal.

Former Member
0 Likes

Hi Shital

Thanks for your reply.

i APPENDED my three custome fields in SAp standard structure INCL_EEW_PD_ITEM_CSF_SC.

I refer SAP notes 672960.is says that if i appended fields first time it will creste subscreen automatically.is it?I am using SRM 7.0 version.please let me know.

Regards,

Ask a Question