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: 
Read only

Creating transection code

Former Member
0 Likes
800

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

4 REPLIES 4
Read only

Former Member
0 Likes
675

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

Read only

Former Member
0 Likes
675

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

Read only

Former Member
0 Likes
675

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.

Read only

Former Member
675

Spec dumping not allowed.

Thread locked.