What is the difference between basic type and idoc type?
Answer Posted / Neha Chauhan
Basic types are simple data types like char, integer, decimal, etc. used in ABAP programming. IDOC types (Intermediate Document Types) are complex data structures used for exchanging messages in SAP systems. While basic types are used for simple variables, IDOC types are used to define the structure of messages for business documents.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers