How can you call a subroutine which is located in program A
from program B?
Answer Posted / gvkreddy
Report a.
perform subone(b) using <paramone>.....
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How do you populate data into a multiple line field? : abap bdc
Can you create a table with fields not referring to data elements? : abap data dictionary
How to handle error in session method? : abap bdc
What are the differences between sap memory and abap memory?
Can we use on change of between select and endselect?
How do you use structures in the abap programs?
What are pool tables?
What are the techniques involved in using sap supplied programs?
1. If I send 5 entries of table from one system to another system, if the only 4 entries there in the target system what I have to do? 2. If I send the customer master IDOC from one SAP system to another system, if one field is missing in target table what is the steps? 3. If I want to access the 4th row 3rd column in the hashed table how to do it? 4. Whether there is any other statement than MODIFY statement to modify the content of internal table?
Explain the difference between a pool table and a transparent table?
Can we include customizing include or an append structure with pooled or cluster tables? : abap data dictionary
What are the disadvantages of using explicit enhancement?
What are the differences between transparent tables, pooled tables & cluster tables? : abap data dictionary
Why do we use FOR ALL ENTRIES and what is the pre-requisite
What is the Difference between At Line selection and At user-command?