Announcement:
wanna exchange links? contact me at sapchatroom@gmail.com.
Posted by
Admin at
MP - You don't need access to the table - you build _your_ version of the table in the user exit. That's what the note is saying! If, in the user exit, you assign an identifier, then the code being exited from will not build the higher-level G_IDENTIFIER table at all - so there is nothing for you to access! You have to code both the chicken AND the egg. Dave From: MP Marmion via sap-dev [mailto:sap-dev@Groups.ITtoolbox.com] Sent: Wednesday, July 14, 2010 12:41 PM To: Dave Thornburgh Subject: [sap-dev] How can customer function EXIT_SAPLSTAG_002 (of enhancement V56LOCID) be used to ignore customer name in location determination? Posted by MP Marmion (Technical Systems Associate) on Jul 14 at 3:39 PM OSS note 832094 indicates the location identification of leg determination can be influenced in the customer function EXIT_SAPLSTAG_002 (of enhancement V56LOCID). The note indicates the fields in structure L_ID_STR that you do not want to be considered for leg determination can be cleared in EXIT_SAPLSTAG_002. How is this possible if the only fields exported from this function are? ? E_IDENTIFIER ? E_LOCATION_IDENTIFIED Alternatively, why is the G_IDENTIFIER table not available in the customer function EXIT_SAPLSTAG_002? The current address being considered is passed to the customer function. Is there a way to read the global table G_IDENTIFIER in the customer function? We have a scenario where we are shipping product to our customer's distribution center. When our customer receives their shipment they are then re-distributing the product to their own sites. In this scenario, the customer's name differs between deliveries on the shipment, but the street, city and zip are the same. So in our example, we want to clear the customer name in the function EXIT_SAPLSTAG_002, so that a change in the customer name is not considered a new location. We are using Distributed Warehouse Management (DWM) where the SHP_OBDLV_SAVE_REPLICA idoc contains the customer name and address. When the delivery is created a customer address is added in table ADRC. In other words, we are not maintaining the customer master data in the SAP client that DWM is utilized. | __.____._ Copyright © 2010 Toolbox.com and message author. Toolbox.com 4343 N. Scottsdale Road Suite 280, Scottsdale, AZ 85251 | | Dave Thornburgh SAP Development Enthusiast
Contributed 100 posts in a group to earn a Bronze Achievement Related Content White Papers In the Spotlight _.____.__ |