where are the system fields stored?
Answers were Sorted based on User's Feedback
Answer / manas
SYST is the structure where the system variable data is
stored in run time. It does not store permanently.
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / ramdas
STSY Structure There are 176 total systems field in this
structure
Is This Answer Correct ? | 0 Yes | 4 No |
what is a field symbol?
I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.
What are the two different ways of building a match code object?
Batch Monitor -- Transaction Code?
How to put page-breaks in smartforms?
How do you find the tables to report from when the user just tell you the transaction he uses? And all the underlying data is from SAP structures?
how to handle events in classical reports?
what is field string ? & where we are using field strings?
what is ASAP methodology? How many phases are there? what is the percentage of each phase?
how do you put dynamic page breaks in script.
scripts are client independent then how to transfer from one client to (i know RSTXR3TR AND SCC1 TCODE )another client?
How to debug a sapscript?