on 2009 Sep 24 7:41 AM
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.