Latest Answer: control Break statemets are AT FIRST - USED FOR MAIN HEADINGAT NEW - USED FOR SUB HEADINGSAT END - USED FOR SUB TOTALSAT LAST - USED FOR GRAND TOTALS ...
For SAP R/3 (we are at 4.6C) ROUGHLY how many SAP tables physically exist? ROUGHLY how many underlying Oracle tables physically exist?Thanks and Regards,Mike
Latest Answer: Cost Center Accounting provides information on the costs incurred by your business. Within SAP, you have the ability to assign Cost Centers to departments and /or Managers responsible for certain areas of the business as well as functional areas within ...
Latest Answer: occurs 0 is key a word in abap used to create memory in body area , when ever we declare occurs 0 the system will allocates 8bytes of memory and it keep incrementing the memory to 8bytes every time.occucs 1 is a key word in abap used to create memory ...
Latest Answer: Internal Table - Internal table is temporary table stored in application server, and doesn't occupy any memory but occupies memory at run time.
Screens - Screens are designed by the user from the client requirements... which consists of push buttons, ...
Latest Answer: The functionality of Work area or Header line is same. i.e they let us to work with the body of Internal table.The default work area for internal table is Header Line.The difference is :Header line is created by default when we create the Internal table ...
Latest Answer: t code is called as transation code in sap there are max of 4 letters word which takes the user to the specfied screen f eg. se38 takes the user to the abap editor where he can write his abap code ...
Latest Answer: internal table is work area which is temporarly created and specfic to the program but structure can be combination of one or more table which when created is stored on the database and can be reused ...
Latest Answer: Row type defines the header or work area of the internal table where we can hold a record of multiple data type. where as line type defines one field of internal table which can hold only one type of data element. ...
View page [1] 2 3 Next >>

Go Top