cl_gui_frontend_services=>gui_download – separator firlds

Hi. I have an internal table to be download to txt file with the fields separated by ‘|’ CALL METHOD cl_gui_frontend_services=>gui_download EXPORTING filename = lv_name filetype = ‘ASC’ write_field_separator = ‘|’ TRUNC_TRAILING_BLANKS_EOL = ‘X’ TRUNC_TRAILING_BLANKS = ‘X’ changing data_tab = t_final.  It saves the file, but with tabs between the fields (instead of the ‘|’ …

cl_gui_frontend_services=>gui_download – separator firlds Read More »

cl_gui_frontend_services=>gui_download – separator firlds

Hi. I have an internal table to be download to txt file with the fields separated by ‘|’ CALL METHOD cl_gui_frontend_services=>gui_download EXPORTING filename = lv_name filetype = ‘ASC’ write_field_separator = ‘|’ TRUNC_TRAILING_BLANKS_EOL = ‘X’ TRUNC_TRAILING_BLANKS = ‘X’ changing data_tab = t_final.  It saves the file, but with tabs between the fields (instead of the ‘|’ …

cl_gui_frontend_services=>gui_download – separator firlds Read More »

S/4HANA Cloud Public: OData v4 REST API and purchasing history.

Hi All, Maybe somebody knows an answer.I have CDS view, created in Fiori, with data source “I_PurchaseOrderHistoryAPI01” and its field “PurchasingHistoryDocument”. I’m searching in documentation, how  to reach to this field via pure REST API. For example I can get PO with following request:<my tenant>.s4hana.cloud.sap/sap/opu/odata4/sap/api_purchaseorder_2/srvd_a2x/sap/purchaseorder/0001/PurchaseOrder”or I can get PO items and so on. It works …

S/4HANA Cloud Public: OData v4 REST API and purchasing history. Read More »

S/4HANA Cloud Public: OData v4 REST API and purchasing history.

Hi All, Maybe somebody knows an answer.I have CDS view, created in Fiori, with data source “I_PurchaseOrderHistoryAPI01” and its field “PurchasingHistoryDocument”. I’m searching in documentation, how  to reach to this field via pure REST API. For example I can get PO with following request:<my tenant>.s4hana.cloud.sap/sap/opu/odata4/sap/api_purchaseorder_2/srvd_a2x/sap/purchaseorder/0001/PurchaseOrder”or I can get PO items and so on. It works …

S/4HANA Cloud Public: OData v4 REST API and purchasing history. Read More »

Building an Effective Testing Architecture for SAP Implementations

Implementing SAP S/4HANA is a complex, multi-phased project that requires a robust and systematic testing architecture to ensure success. A well-structured testing framework not only safeguards the quality and functionality of the system but also mitigates risks associated with data integrity, performance, and overall system behavior. This article outlines a comprehensive approach to building an …

Building an Effective Testing Architecture for SAP Implementations Read More »

Building an Effective Testing Architecture for SAP Implementations

Implementing SAP S/4HANA is a complex, multi-phased project that requires a robust and systematic testing architecture to ensure success. A well-structured testing framework not only safeguards the quality and functionality of the system but also mitigates risks associated with data integrity, performance, and overall system behavior. This article outlines a comprehensive approach to building an …

Building an Effective Testing Architecture for SAP Implementations Read More »

Scroll to Top