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

screen exit

Former Member
0 Likes
601

Hi,

I have to design a screen with some custom fields. I know the screen exit. But the values that will be input for these fields should be stored in some table.I think I have to use append structure.But, how to know for which table I have to Use append structure.

rgds,

khad.

5 REPLIES 5
Read only

Former Member
0 Likes
582

When u implement the Screen exit u have to create a screen, for which it has modules and there u can write some code to update the Z'' Table.

Regards,

Mahesh G.

Read only

Former Member
0 Likes
582

Run SQL Trace to find the target tables.

Enter the values in the transaction. before saving switch on SQL Trace in ST05. Now the transaction and goto ST05 list out the trace.

In the search for values for which you need the table.

Thanks,

Mathivanan.G

Read only

Former Member
0 Likes
582

Hi,

For which transaction you want to do..

Thanks,

Shailaja Ainala.

Read only

Former Member
0 Likes
582

Hi,

Could Please share me the Screen Exit enhancement. So that we can identify the which tables needs

to be do the append structure.

Regards

Thiru

Read only

0 Likes
582

Hi Thiru,

The screen exit enhancement is 'QQMQ0001'.