1) What is DEEP STRUCTURE. 2) What is the advantage of DEEP STRUCTURE. 3) Why and When we create it in DDIC. 4) Why and When we create it in ABAP Programs(Reports, Module pool Programs etc.) THANKS IN ADVANCE PLEASE REPLY SOON. ShipraReply...
SAP Managed Tags: ABAP Development Hi abapers i am creating a dynamic internal table. now i have the requirement to color the individual cells of internal table. which is possible only by declaring the deep structure for this dynamic internal table. the problem is i am not getting any idea...
Deep Structure field in Read --Key Condition Former Member 2016 Jan 01 8:34 AM 0 Kudos 537 SAP Managed Tags: ABAP Development Hi Experts, I am having a query related to usage of a Deep structure table field field in my where condition. Requirement: I have a deep structure...
Dyanmic internal table with deep structure is specially useful when we have to create an ALV with Colors or Style etc. Since we have CL_ABAP_TABLEDESCR class from RTTS, it is also possible to create a dynamic internal table with the deep structure. To create an internal table with deep s...
In multi deep insert, we should be able to pass multiple line items in item1 , item 1.1 , item 1.2, item 2 and item2.1 along with the data in header structure. e.g. Input to the service: Output from the service: Value of Message_text in header structure is changed toTest1. ...
SAP Managed Tags: UI Web Dynpro ABAP Hi, How many deeply nested nodes can we use in the context without effecting the performance? We have node structure like this node1 |_ node11 |_ node111 Is this structure ok to use?Know the answer? Help others by sharing your knowledge. Answer...
Create one Entity Type for Each Structure of the API. Once all the Entity Types have been created, the project will look like below screen with Entity sets populated for each Entity Type. After clicking on the finish button in the Step – iv, there may be few warnings that can pop-up....
LOOP AT intab ASSIGNING <f_intab>. CALL METHOD l_doc->create_simple_element EXPORTING name = node2name parent = l_node RECEIVING rval = l_item. DO n TIMES. ASSIGN COMPONENT sy-index OF STRUCTURE <f_intab> TO <f_field>. str = <f_field>. ...
lcr_delhead_entity->bind_structure( 'GOODS_RCPT_SI_S' ). "create entity sets of entity lcr_entity_set_del_head = lcr_delhead_entity->create_entity_set( 'deliveryhead' ). "set annotations for entity set behaviour lcr_entity_set_del_head->set_creatable( abap_true ). ...
Data structures may be described in a hierarchical format, which may be referred to as being deep structured, in a document. For example, an XML (eXtensible Markup Language) formatted document may describe a data structure by having nodes of a tree that are higher up represent data of a hig...