Memory Consumption of BOXED component in an Internal Table With using this example, you would notice memory consumption more clearly when TYPE.. BOXED is used in the Internal table component. Since it is only allowed to add BOXED to the TYPE, I created a local TYPE with BOXED addition. I ...
* Here appending is required because fldate1 is int’ table This event is triggered when you execute your program for the first time i.e., before selection screen is displayed. AT SELECTION-SCREEN When user enters the values in the fields of selection screen and clicks on execute button, t...
SAP Managed Tags: ABAP Testing and Analysis Hello MSEG TABLE IS USED TO store the Material document created for the PO. Movementy type: Movement type (inventory management) Specifies a key for the type of goods movement. Each goods movement (for example, purchase order to warehouse) is al...
For eg See EKKO which is Purchase Order header data and PO Item data is stored in EKPO. So you would have to go through the detailed data of the table MARA to analyse which is Header or Item Data. <b>Kindly Reward points if you found the reply helpful.</b> Cheers, CHAITANYA. Rep...
"could include EKKO table itself!! TYPES: bukrs TYPE ekpo-werks, bstyp TYPE ekpo-bukrs. TYPES: END OF t_repdata. DATA: it_repdata TYPE STANDARD TABLE OF t_repdata INITIAL SIZE 0, "itab wa_repdata TYPE t_repdata. "work area (header line) Refer this link http://www.sapdev...
SAP Managed Tags: ABAP Development Hi Friends, I want to know what exactly the use of assign component... below is the code using which I am updating the value in work area as well as internal table... But my doubt is we can do directly by passing value to the work area itself. ...