‎2006 May 08 9:26 AM
Hi Everybody,
When we press F1 help for any screen field, and then press technical info button, it gives the corresponding name of structure containing that field and not the name of table.. so can any body plz tell me why is it so??
why in SAP everywhenre structures are used instead of tables and if we want to know the name of tables of screen fields then either we need to use table dd03l or data browser and we can not get it from technical infromation of that field??
Thanks
‎2006 May 08 9:30 AM
Hi Rashmi,
You don't get the table name there because it is quite possible that the same field is there in some other tables also.
So, which table SAP will specify there, that's why they give the structure name.
<b>Please mark helpful answer.</b>
Regards,
Amit Mishra
Message was edited by: Amit Mishra
‎2006 May 08 9:30 AM
Hi Rashmi,
You don't get the table name there because it is quite possible that the same field is there in some other tables also.
So, which table SAP will specify there, that's why they give the structure name.
<b>Please mark helpful answer.</b>
Regards,
Amit Mishra
Message was edited by: Amit Mishra
‎2006 May 08 9:30 AM
Rashmi,
The reason for that being that SAP has used the structure fields on the screen and NOT the table fields.
One reason I could think of is that as these database tables / fields will be affected from multiple screens and if you use the table fields on the screen, one change in the table, will affect so many transaction which might not be required and the functionality might be affected. That is why you usually find one structure for one program / transaction being used.
Regards,
Ravi
Note : Please mark the helpful answers
‎2006 May 08 9:33 AM
sometmes u can get the tablename as follows
press F4 on that fields , and on that field press F1 , then u can get the tablename from the technical info
‎2006 May 08 9:33 AM
hi,
u need to use the SQL Trace(transaction ST05) for finding out the name of the table....
Cheers,
Abdul Hakim
‎2006 May 08 9:34 AM
Send me ur email address, I will send u useful pdf file.
regards
vinod
‎2006 May 08 9:39 AM
‎2006 May 08 9:46 AM
Hi
thanks to all for giving replies
Vinod, my mail id is itsmerashmi7@yahoo.com, u plz drop in , the related document
Thanks