2006 Nov 28 7:32 AM
1.
we given some input in selection-screen and display output in lps and come back to selection-screen that input will appear or not. if appear how it is?
2.
we created sales order number in VA01. when we open VA02 it will appear how it is?
2006 Nov 28 7:37 AM
hi
the value given in the va01 is stored in the parameter id "AUN' ..... so it will reflect the same value in the va02 since it also use the same parameter id ......
regards
aswin
mark if helpfull
2006 Nov 28 7:40 AM
2006 Nov 28 7:51 AM
AUN is the parameter id used by the field VBAK-VBELN...... ie., it stores the value of the field in the sap memory ..... so what ever fields assigned to parameter id AUN will have that value ... for more details see this link
http://www.sap-img.com/abap/difference-between-sap-and-abap-memory.htm
regards
aswin
mark if usefull
2006 Nov 28 8:08 AM
1. when we came to the selection screen,input appeares because the parametes /select option which we have declared holds the data.
The parametes/select options available in selection screen are like global data declaration.
data will remain in those variable
unless we terminate the program or
on back button action we do explicit clear or refresh.
2. when we create sales order the order number comes in va02 because of parameter id.
which is sap memory in which data of last run for that field is stored and used next time.
parameter id's are user and terminal specific.