SAP4INDIA.COM

Free SAP Interview Questions and Free SAP Tutorials


Archive for the ‘SAP ABAP Report Programming Questions’ Category

SAP ABAP Report Programming Questions 7

SAP ABAP Report Programming Questions 7 ABAP PERFORMANCE ISSUES. ABAP/4 Optimization ¨       Use the GET RUN TIME command to help evaluate performance. It’s hard to know whether that optimization technique REALLY helps unless you test it out. Using this tool can help you know what is effective, under what kinds of conditions. The GET RUN [...]

Share
No Comments

SAP ABAP Report Programming Questions 6

SAP ABAP Report Programming Questions 6 Interactive Reporting Interactive reporting allows the user to participate actively in retrieving and presenting data during the session. Instead of one extensive and detailed list, with interactive reporting you make a condensed basic list from which the user can call detailed information by positioning the cursor and entering commands. [...]

Share
No Comments

SAP ABAP Report Programming Questions 5

  SAP ABAP Report Programming Questions 5 How do you set up background jobs in SAP? What are the steps? What are events driven batch jobs? -          Make a job using function module JOB-OPEN -          Collect the job specifications. -          Add a job step to the job with the function module JOB-SUBMIT. -          Close the [...]

Share
No Comments

SAP ABAP Report Programming Questions 4

SAP ABAP Report Programming Questions 4 What are DATA CLUSTERS ? You can group any complex internal data objects of an ABAP/4 program together in data clusters and store them temporarily in ABAP/4 memory or for longer periods in databases. You can store data clusters in special databases of the ABAP/4 Dictionary. These databases are [...]

Share
No Comments

SAP ABAP Report Programming Questions 3

SAP ABAP Report Programming Questions 3 How can we make callable modules of program code within one ABAP/4 Program? A.  By defining macros. By making include programs in the library. What are subroutines? Subroutines are program modules which can be called from other ABAP/4 programs or within the same program. What are the types of [...]

Share
No Comments
Rss Feeds
Powered by Yahoo! AnswersExtension Factory Builder