Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Sales order report

Former Member
0 Kudos
179

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?

4 REPLIES 4

Former Member
0 Kudos
149

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

0 Kudos
149

what is AUN. give clearly

0 Kudos
149

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

Former Member
0 Kudos
149

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.