Kishore Thutaram
SAP Solution Architect | 16+ Years' Experience in SAP | Sharing Practical SAP Knowledge | Engineering Graduate with Expertise in SAP Architecture
https://fiowelt.comBusiness Requirement – Add additional field to the output determination field catalog and map the field to output communication structure by using User exit.
Steps :
1.Create an Append structure to the standard structure KOMKBEA, add the additional fields.
2. Maintain the new field entry in the view V_T681F by using SM30
Entry = Usage -> ‘B’ (Output), Application -> EF (PO), Field group -> 0001, Field ->LGORT
3. Code implementation:
User Exit Include : RVCOMFZZ
Form routine: FORM USEREXIT_KOMKBEA_FILL.
Implement the below code
“Additional field – storage location
ASSIGN ('(SAPLMEPO)POT-LGORT') TO FIELD-SYMBOL().
IF IS ASSIGNED.
COM_KBEA-LGORT = .
ENDIF.
SAP Solution Architect | 16+ Years' Experience in SAP | Sharing Practical SAP Knowledge | Engineering Graduate with Expertise in SAP Architecture
https://fiowelt.com