can we use sub routines in a function module?
Answer Posted / sunil
Yes.
we can create an include in the FG and can keep all the subroutines in that include.
Now whatever is present in this include is global, so any function module in that FG can access these subroutines.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
If I forgot some command in sap script e.g.: Suppress zero display – how to do find it?
What are the fields in the memory table ‘screen’?
Explain how to create any functions? How to go about it?
What is meant by write lock? : sap abap data dictionary
How do you populate data into a multiple line field?
How will you transfer data into a file in application server?
What are the check tables?
Explain how data is stored in cluster table?
if u take one worst program,in this program user write the logic is session method.in that program user can get some errors ,that errors we will see in call transaction method,how it is possible.?
What is Buffering Concept? When should a Table be buffered?
What is going life actually? What is the role of a functional consultant in it? : sap abap hr
If I want to execute a program only in background not in foreground is there any option for this? : abap bdc
In BDC, data transfer is done success in foreground mode but if we done the same in background mode it shows errors. What is the reason?
What is hotspot?
Have you set up a back ground job ? How to create a background job without a variant ?