5 pts.
 Field in Structure CEKKO and in User Exit EXIT_SAPLEBND_002
Hi Im faced with a situation which requires the use of field LGOBE that is not in structure CEKKO. I have seen than I can use USRC1 but how do I do that? Can I just change the field and create what I want or is there someone who can give me the steps since it has to be linked to the user exit EXIT_SAPLEBND_002 Kindly help Rgds Nnm

Software/Hardware used:
ASKED: February 12, 2009  12:17 PM
UPDATED: May 19, 2011  11:09 PM

Answer Wiki:
The CEKKO structure contains “Communication Release Strategy Determination Purch. Document”. LGOBE is the “Description of Storage Location”. They don’t fit together. That is they don’t really have anything in common. That is why CEKKO doesn’t contain LGLOBE. As they say in the South “you can’t get there from here”. If you require the field LGOBE to be populated then you need to find another table or structure that is available to you in the user exit that contains the field LGORT and it is populated with a value. LGORT is the four character code for the Storage Location. If you have that then do a select on table Too1L . Select LGLOBE from Too1L into LGLOBE where LGORT = (the table or structure you found- LGORT in). The record that is selected contains LGOBE, the Description of Storage Location;
Last Wiki Answer Submitted:  May 19, 2011  11:09 pm  by  SuperSapper   380 pts.
All Answer Wiki Contributors:  SuperSapper   380 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _