Posted by
Sap Land
Thursday, 8 September 2011
18:27
Viki - It's really difficult to do what you're doing without understanding SAP screens, subscreens, and the GUI. You might need to have an ABAP resource help you out to determine the exact details, but those two different numbers (13 and 16) represent two different SAP screens. In the case of this transaction, the user doesn't realize that opening and closing the various sections of data on the screen causes the program to use different screens and subscreens to get the different shaped areas. In order to always find the field, you could enumerate all of the possible main screens the field may appear on, and check for the existence of each one. You could also manipulate the screen appearance by scripting pressing the various buttons until it's configured to your needs. Dave
| | | ---------------Original Message--------------- From: Viktor Drizga Sent: Thursday, September 08, 2011 5:57 PM Subject: SAPLMEGUI number differs every time when SAP is launched I have created VBscript which will update header text in purchase orders. ME22N. I now cannot get my ME22N script to recognize the correct item line and thus to update the header text correctly. Below is the before and after of the description. Could anyone tell why the SAPLMEGUI number is different. What does that stand for? How can I solve it? Before: usr/subSUB0:SAPLMEGUI:0016/subSUB0:SAPLMEGUI:0030/ subSUB1:SAPLMEGUI:1105/ctxtMEPO_TOPLINE-SUPERFIELD After: usr/subSUB0:SAPLMEGUI:0013/subSUB0:SAPLMEGUI:0030/ subSUB1:SAPLMEGUI:1105/ctxtMEPO_TOPLINE-SUPERFIELD Thanks, Viki Dee | | __.____._ Copyright © 2011 Toolbox.com and message author. Toolbox.com 4343 N. Scottsdale Road Suite 280, Scottsdale, AZ 85251 | | Dave Thornburgh SAP Logistics Material Management Enthusiast
Contributed 100 posts in a group to earn a Bronze Achievement Popular White Papers In the Spotlight _.____.__ |
0 Response to "RE: [sap-log-mm] SAPLMEGUI number differs every time when SAP is launched"
Post a Comment