Application Development 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: 

Module pool programming..

Former Member
0 Kudos

hi,

i am creating a ztransaction here , iam creating it in create , change and display mode transactions .

like VA01, VA02,AVA03.

in my ztransaction if the user what to go to change mode from the create mode what i need to do like pass the value of sales order to change mode transaction using

SET PARAMETER ID ..

please let me knoe the following steps how to call the data in create mode to change mode..its urgent

thanx.

vijay.

3 REPLIES 3

Former Member
0 Kudos

Dear Vijay,

May i know about your Requirement bit specific.

You are creating the ztransaction for simple screen or it will be with multiple screen?

If it is a multiple screens you have to use the specific funtion moduloe which will tell whether user selected change mode or display mode...

If it is a simple screen you can go for the modify screen with in the loop by setting the groups for the fields which are existed with that screen.

Hope it will help ful to you .

Madan.k

0 Kudos

Hey Bro why do you want to create saperate screens for Create change and display ...

If you can do it in single screen with Radio buttons in place.

One RB has logic for Create ....Other two for Change and Display

Regards,

Raghav

Former Member
0 Kudos

Hi,

In module pool pgm,usually u are placing the filds in the screen based on a table fields.

As per your requirement during the 'Creation'

all these filds are blank and,once user enter the values and click on 'SAVE', these values should be stored in the corresponding fields.

Once User selecting the dislay mode, then give a field to enter the key field/s (AS in VA02 Sales Order Number). and based on these key filds, populate the data on the same screen used which used for creation.

During the display . Do the same as in 'change' except make all the fields as display only.