Sy index and sy tabix
No Answer is Posted For this Question
Be the First to Post Answer
What is the name of the system variable that holds the contents of the selected line in interactive reporting?
What are the methods of interfacing to SAP
control break statements in ABAP?
WHAT IS DOCUMENTATION?WHY IT IS USED?
How to handle Errors in Function Modules?
Can i know some of the Realtime tickets that anyone has been faced ?
Hi,have Good Command in SAP ABAP, ABAP WEBDYNPRO now i want to learn sap IS utilities.. can u plz suggest me is it useful r not? If not can i learn BI? Is ABAP with BI have gud future?
Can any please explain me what r bundling technics in SAP?
Function Module to upload the Excel sheet into SAP Internal Tables. * a) GUI_UPLOAD b) CL_GUI_FRONTEND_SERVICES=>GET_UPLOAD_DOWNLOAD_PATH c) CL_GUI_FRONTEND_SERVICES=>GUI_UPLOAD d) All the above
How is collect statement different from append?
if u have two internal table such as itab1 and itab2.in itab1 has four fields such as f1,f2,f3,f4 and in itab2 has two fields such as f1,f2.then how can u copy data from first internal table to second internal table.
when you are using 2 internal table in program, you have decided to use for all entries statement to retrieve data but unfortunately there are no records in the first internal table. What will be the result? (2nd internal table contains records).