‎2010 Feb 04 11:48 AM
Hello Experts,
I was given a task as follows:
Task 1 : 1st Screen :
i have to create a transaction code like 'VA01',where instead of all the fields of 'VA01' ,only two fields require i.e,
1. Order type
2. Distribution channel
Task 2 : 2nd Screen :
After input of the above data the general screen is require as we get after the input of data in 'VA01'.
Task 3 : 3rd Screen :
Completion of above 2 task again i have to create another trisection code like 'va03' so that i can able to view the above order conformation which is again customized .
Experts give me some suggestions so that i can complete the task.
Thanks And Regards
Arun Kumar
‎2010 Feb 04 11:51 AM
hi,
you can do the emntioned task using module pool.
in transaction se 80.
create your own custom screens.
and code the logic accordingly.
and then in se93 create a t-code for the same.
thanks.
Edited by: S jain on Feb 4, 2010 12:57 PM
‎2010 Feb 04 11:53 AM
Hi,
Create a module pool program
First screen: Give the selection screen with required fields
Second Screen: General data
Third Screen: View Data Screen
For creating transction code:
Go to SE93
Create transaction code - select the radiobutton for Dialog Transaction
Provide your Program name & screen no
‎2010 Feb 04 12:02 PM
Hi,
You can try this way.
For Task1:
1.First Screen design it in SE51.
For Task2:
After entering the Data you should get the 2nd screen of the Standard Transaction VA01.
In the PBO of your screen write a BDC which will Fill the First screen of VA01 and go to second screen of VA01.
Do the Processing as you want and save the Details and come back.
For Task3:
Do the Same as you have done for Task1 and Task2.
Thanks & Regards,
Vamsi.
‎2010 Feb 04 7:42 PM