hi i am calling a program from selection screen of another program
for eg program one has selectio screen with a button
Case ok_code.
when 'BUT1'.
SUBMIT zprogram2 and return.
now prpgram tws has selection screen
field 1 mandatory
field 2 mandatory
now when ipress the butoon the second program program2 iand its selection screen is displayed but when it is called it is displaying the error message of to make entry in all fields as when it comes when user don't enter in mandatory field
please let me know how to avoid this errro as i am calling only the program with above code the user is not entrying anything so the message should not come whille calling the program2 ...
regards
Arora