Answer Posted / shatrughan singh
There are eight predefined types in ABAP with fixed length:
Four character types: Character (C), Numeric character (N), Date (D), and Time (T).
One hexadecimal type: Byte field (X).
Three numeric types: Integer (I), Floating-point number (F) and Packed number (P).
There are two predefined types in ABAP with variable length:
STRING for character strings , XSTRING for byte strings
Complex type.
structure type.
Reference type.
Data reference
Object Reference
class reference
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are plan versions used for? : sap abap hr
What is the purpose of sum statement?
How do you find if a logical database exists for your program requrements?
What are the steps to execute session method?
What are the different types of luws?
What is meant by payscale structure? How did you configure pay scale structure? : sap abap hr
What are local objects? : abap data dictionary
– Programming using BAPI : Create Debit Memo Request (DMR) with reference to Sales Order and update the delivery number and PO number in the newly created DMR. Send the spool of the report by E-mail if the E-mail option is enabled. Selection Screen Required: Sales Org Delivery type Sales document type Optional: Planned Goods movement date Option to choose E-Mail E-mail Address Output device Output Output should display both successful and unsuccessful creation of DMR with the following fields, Success/Error (S/E) Sales Document number Delivery number New Debit memo request number Error message Tables TVAK, TVCPA, VBAK, LIKP, LIPS
What is an interface? In what scenario we use interface? What is the difference between abstract class and interface?
What is the difference between field-group header and other field groups?
What is payroll area
What is roll area?
What is the Process to transfer IDOC from Outbound System to Inbound system.
What is lock objects? : sap abap data dictionary
Does the call transaction method allow multiple transactions to be processed by sap?