A Program calls a Function module. what happens to the ABAP
memory allocation used by the functional module when the
functional module is completed?
Answer Posted / niladriroy_dgp
when func module completed then after exporting the value
or tables by func module ABAP memory will release.
Is This Answer Correct ? | 4 Yes | 8 No |
Post New Answer View All Answers
I need the coding for BDC program to upload Purchase orders of known vendor (ME21) in Material Management
What is the disadvantage of using exec sql statement in abap?
What is the first thing you do after vendor setup is complete?
How to create user interfaces for lists?
what is the difference between Blocked ALV and interactive ALV?
i want to add 2 records to a table but the last field in the table is 1000 char long.Is it possible?if yes how?
Can I execute user exits? If yes, how?
What is the use of 'for all entries'?
How to give programe name as input in BDC report of abap ?
What is meant by authorization? Did you ever work on it? : sap abap hr
What are subroutines? : abap modularization
Explain client-dependent and client-independent tables.
Can a transparent table exist in the data dictionary but not in the database physically?
How to set an Enhancement point for a custom report?
Explain the function module in bdc?