What is a function group?

A function group is a collection of logically related modules that share global data with each other. All the modules in the group are included in the same main program. When an ABAP/4 program contains a CALL FUNCTION statement, the system loads the entire function group in with the program code at runtime. Every function … Read more

What is a function group?

A function group is a collection of logically related modules that share global data with each other. All the modules in the group are included in the same main program. When an ABAP/4 program contains a CALL FUNCTION statement, the system loads the entire function group in with the program code at runtime. Every function … Read more

LOGICAL DATABASE.

What are logical databases? What are the advantages/disadvantages of logicaldatabases?Ans :- A Logical Database is a hierarchical structure of tables. Use the GET statement toprocess Logical Databases.– LDB consists of logically related tables grouped together ¬ used for reading andprocessing data.– Advantages = 1. No need of programming for retrieval , meaning for data selection– … Read more

LOGICAL DATABASE.

What are logical databases? What are the advantages/disadvantages of logicaldatabases?Ans :- A Logical Database is a hierarchical structure of tables. Use the GET statement toprocess Logical Databases.– LDB consists of logically related tables grouped together ¬ used for reading andprocessing data.– Advantages = 1. No need of programming for retrieval , meaning for data selection– … Read more