what is mean by table control, where it is used? why it is
use?
Answer / vandan
Table control is for maintaining Huge data in Matrix
format. Normally we Use tc while maitaining item data. It
is using for data maitanence. For Example one person have
personal data, contact details, phone num etc. if we think
that these will maitain as header data. bank details of
that person we can maitain as item data.One person can have
multiple bank accounts. in sap that bank details will
maintain in table control.
BANKno BANKname BANKacctno BAnkaddress
1 Axis 1035210 Hyderabad
2 SBI 1544125 Hyderabad
3 ... ....... .........
4 .... ...... ......
Is This Answer Correct ? | 2 Yes | 1 No |
In SAP R/3 architecture, how many databases can exist?
How to handle Errors in Function Modules?
What specific statements do you using when writing a drill down report?
What do you like best about working for, in this company?
What are the functions of lock objects?
who is vendor?
What is an Open Item in SAP? How will you find an Open Item in SAP?
If suppose There are 10 records in flat file then how many times BDC_open_group, BDC_INSERT, BDC_CLOSE_group executed?
give example of sap memory and abap memory
Table maintainence -- Transaction Code?
What are the restrictions on subscreens?
In an Internal Table, I have 1000 records. I have to Retrieve One Record. In Performence wise what is the Best Query?