How many types of tables exists and what are they in data dictionary?Ans :- 4 types of tables i)Transparent tables - Exists with the same structure both in dictionary as well as in database exactly with the same data and fields. Both Opensql and Nativesql can be used. ii)Pool tables & iii)Cluster tables - These are logical tables that are arranged as records of transparent tables. one cannot use native sql on these tables (only open sql).They are not managable directly using database system tools.
Once you have declared the possible record types as field groups and defined their structure, you can fill the extract dataset using the following statements: EXTRACT . When the first EXTRACT statement
Which IDoc types are used in ALE for sending material master data, customer master data, vender master data, and BOM data.
Kindly send me the answer
Is the program RFBVALL_0 valid for both FedWire and FedACH
In BDC, if out of 10 records, 7 are successful and there are 3 records with some missing fields, how will you modify those fields?
Latest Answer : To handle fields which have not entered into database in BDC should be stored into an internal table. for which you have to call a function module 'error_log'. ...