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: 

screen

Former Member
0 Kudos

hi all,

i add 3 fields into transaction iw22, through screen exit.

my problem is that when i save this transaction the data not save .

what do i have to do so it will be save?

thanks in advanced,

dana.

1 ACCEPTED SOLUTION

varma_narayana
Active Contributor
0 Kudos

Hi..

You have to Implement the Corresponding Function Module Exit to Update the data in the Table.

You can Find the Function Exit in the Same Screen PAI Modules where your Screen Exit is Called.

Locate for the key word CALL CUSTOMER-FUNCTION

in the PAI modules of the Screen Where you have the

CALL CUSTOMER-SUBSCREEN statement.

<b>reward if Helpful.</b>

4 REPLIES 4

varma_narayana
Active Contributor
0 Kudos

Hi..

You have to Implement the Corresponding Function Module Exit to Update the data in the Table.

You can Find the Function Exit in the Same Screen PAI Modules where your Screen Exit is Called.

Locate for the key word CALL CUSTOMER-FUNCTION

in the PAI modules of the Screen Where you have the

CALL CUSTOMER-SUBSCREEN statement.

<b>reward if Helpful.</b>

Former Member
0 Kudos

Hi!

I've made it for IW32, but with the logic, like this, you can implement it for IW22 also. (with other table, program names...)

1. Using SE11, create your fields in the include structure CI_AUFK (it is located in table AUFK).

2. SE80 - Function group XWOC, dynpro 0900. Set your newly created fields (in CI_AUFK) as reference in your screen fields.

3. Create both PBO and PAI for dynpro 0900.

4. If it is not enough, code the data exchange between the screen fields and the table fields.

Regards

Tamá

0 Kudos

thank you for respond.

my new fields name in the screen are:

QMEL-ZNAME

QMEL-ZTEL1

QMEL-ZTEL2(i did append for table qmel - for those 3 fields)-

They suppose to take data from table qmel.

What am i suppose to write in PAI and PBO so it will show me the data when i open iw22 and will save the data if i change something?

you probably guess that im new with this.

thank you very much.

dana.

0 Kudos

pls pls pls help

anyone can pls tell me how do i put data in those fields at save and upload this transaction?

thanks,

dana.