Symptom:
The Set/get parameter of SAP is a global shared variable that is valid for one login. It is very useful for multiple business continuous operations, but does not have a dedicated transaction code to create it. What should I do?
Solution:
1.CodeUse Forward Navigation in the editor (se38, etc.):ProgramSet parameter '<para> '... or get parameter '<para> '..., double-click <para> in a single quotation mark. If the parameter exists, its details are displayed. If the parameter does not exist, a window is displayed asking you to create it.
2. Use Forward Navigation in the ABAP Dictionary (SE11): Specify the "parameter ID" for the data element and double-click it. If it does not exist, a window is displayed asking the user to create it.
3. In the Object Browser (se80), use the menu "workbench-Edit object", select the "more" tab, enter "set/get parameter ID", and click "CREATE.
-----------------------------------------
In fact, all the ABAP workbench objects can be managed through se80. It is better to use it as long as the computer conditions permit for installing the sap gui are acceptable. If the memory is large and the display is wide screen, se80 will be more comfortable.