‎2009 May 14 10:44 AM
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.
‎2009 May 14 11:17 AM
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.
‎2009 May 14 11:18 AM
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
‎2009 May 14 11:29 AM
Hi,
For which transaction you want to do..
Thanks,
Shailaja Ainala.
‎2009 May 14 11:38 AM
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
‎2009 May 14 12:28 PM