July 2024

wewsdasds

this is the source code to build the fieldcat FORM display_data . PERFORM build_fieldcat. gs_layout-cwidth_opt = ‘X’. gs_layout-stylefname = ‘CELLTAB’. gs_layout-info_fname = ‘LINECOLOR’. CALL FUNCTION ‘REUSE_ALV_GRID_DISPLAY_LVC’ EXPORTING i_callback_program = sy-repid i_callback_pf_status_set = ‘SET_PF_STATUS’ i_callback_user_command = ‘HANDLE_USER_COMMAND’ I_CALLBACK_HTML_TOP_OF_PAGE = ‘HTML_TOP_OF_PAGE’ is_layout_lvc = gs_layout it_fieldcat_lvc = gt_fieldcat TABLES t_outtab = gt_result_show EXCEPTIONS inconsistent_interface = 1 program_error = 2. …

wewsdasds Read More »

wewsdasds

this is the source code to build the fieldcat FORM display_data . PERFORM build_fieldcat. gs_layout-cwidth_opt = ‘X’. gs_layout-stylefname = ‘CELLTAB’. gs_layout-info_fname = ‘LINECOLOR’. CALL FUNCTION ‘REUSE_ALV_GRID_DISPLAY_LVC’ EXPORTING i_callback_program = sy-repid i_callback_pf_status_set = ‘SET_PF_STATUS’ i_callback_user_command = ‘HANDLE_USER_COMMAND’ I_CALLBACK_HTML_TOP_OF_PAGE = ‘HTML_TOP_OF_PAGE’ is_layout_lvc = gs_layout it_fieldcat_lvc = gt_fieldcat TABLES t_outtab = gt_result_show EXCEPTIONS inconsistent_interface = 1 program_error = 2. …

wewsdasds Read More »

Can we implement BADIs triggered in nominated API (in Tier2)

Hello Experts, We are currently rebuilding our addons from classic ABAP to ABAP Cloud. We have used BAPI_ACC_DOCUMENT_POST in our code. Now we are moving it to wrapper (Tier2) as this one is nominated API. Along with this BAPI, We need to implement BADI ( ACC_DOCUMENT ) which triggered inside the above BAPI.  Will this …

Can we implement BADIs triggered in nominated API (in Tier2) Read More »

Can we implement BADIs triggered in nominated API (in Tier2)

Hello Experts, We are currently rebuilding our addons from classic ABAP to ABAP Cloud. We have used BAPI_ACC_DOCUMENT_POST in our code. Now we are moving it to wrapper (Tier2) as this one is nominated API. Along with this BAPI, We need to implement BADI ( ACC_DOCUMENT ) which triggered inside the above BAPI.  Will this …

Can we implement BADIs triggered in nominated API (in Tier2) Read More »

Task 2 – Capire’s Hello World! (July Developer Challenge – “Reverse APIs”)

This is a task in the July Developer Challenge – “Reverse APIs”. This task is to add a second API endpoint to the service you already created in Task 1 – Your first service and first endpoint. It’s nice and simple, and in fact is rather similar to the “Hello World!” example in Capire‘s “Getting Started” section (“Capire” …

Task 2 – Capire’s Hello World! (July Developer Challenge – “Reverse APIs”) Read More »

Task 2 – Capire’s Hello World! (July Developer Challenge – “Reverse APIs”)

This is a task in the July Developer Challenge – “Reverse APIs”. This task is to add a second API endpoint to the service you already created in Task 1 – Your first service and first endpoint. It’s nice and simple, and in fact is rather similar to the “Hello World!” example in Capire‘s “Getting Started” section (“Capire” …

Task 2 – Capire’s Hello World! (July Developer Challenge – “Reverse APIs”) Read More »

Scroll to Top