The newly introduced Instance Operator- NEW can be used with Data Object. Before introduction of NEW operator, creation of Data Object happened in below process.
Year: 2016
Mesh in ABAP- Forward & Inverse Association
TYPES : BEGIN OF ty_tab1, col1(2), col2(2), END OF ty_tab1, BEGIN OF ty_tab2, col11(2), col22(2), col33(2), END OF ty_tab2. TYPES : tt_tab1 TYPE SORTED TABLE OF ty_tab1 WITH UNIQUE KEY col1, tt_tab2 TYPE SORTED TABLE OF ty_tab2 WITH UNIQUE KEY col11. TYPES : BEGIN OF MESH my_tab, tab1 TYPE tt_tab1 ASSOCIATION to_tab2 TO tab2 ON col11 = col1, tab2 TYPE tt_tab2, END OF MESH my_tab. DATA : ms_tab TYPE my_tab, ls_tab1 TYPE ty_tab1, ls_tab2 TYPE ty_tab2. ms_tab–tab1 = VALUE tt_tab1( ( col1 = ’11’ col2 = ’12’ )
Mesh- in ABAP
Mesh basically a complex structure that allows retrieving dependent records from more than table. TYPES : BEGIN OF ty_tab1, col1(2),
How to check Installed ADS[Adobe Document Services] is working properly or not
Run the test program – FP_TEST_00 Select preview. The adobe form appears properly means the ADS server is working properly.
How to check ADS[Adobe Document Services] is installed or not for Adobe form Design
To check if ADS is installed or not for Adobe Form design in SAP ECC, a sample report: FP_PDF_TEST_00 can be used . Execute
Hyper link in Adobe Form
Hyperlink in Adobe form can be achieved with smart style. To create a smart style, go to Tx- SMARTFORMS . Select Style and provide