In this case where we want to create the custom entity in the SAP CP ABAP Environment System you have to run the class in the backend system where the RFC function module is being called since the structure BAPI_EPM_PRODUCT_HEADER is not available in the SAP...
SAP Managed Tags: ABAP Development Hello, Very good afternoon! How can I create a t-code for SM30--As I had created a Ztable and validated the fields in Function group. IN se93 while creating Tcode for the Table/View : It was asking me the Program name and screen name... Wha...
In SAP end-to-end implementations and support projects where SAP Fiori is implemented, we mostly get the requirement to configure the standard tcodes/custom tcodes in the Fiori Launchpad as a tile. In SAP we have hundreds of tcodes and not all these converted into Fiori apps, so SAP has...
SAP Managed Tags: ABAP Connectivity, ABAP Development Hi, i dont't know if this is still current but there is a simple way to generate JWTs in ABAP. Have a look at this blog: https://blogs.sap.com/2019/11/10/connect-from-as-abap-to-google-cloud-platform-app-engine-resource-s....
SAP Managed Tags: ABAP Development Hi, run the query goto system->status and copy the system generated program name and goto se93 and assign the copied proogram this will create the t code for it Regards Shiva Reply Former Member In response to Former Member 2007 Oct 11 2:10 PM...
SAP S/4HANA As you probably already know, you can use the Custom Code Migration app in the SAP BTP, ABAP environment to check your ABAP custom code in an SAP Business Suite, SAP S/4HANA Cloud, private edition (or SAP S/4HANA on-premise) system (further referenced as “on-premise”...
REPORT sapmz_hf_controls1 . 1. CONSTANTS: 1. line_length TYPE i VALUE 254. 1. DATA: ok_code LIKE sy-ucomm. 1. DATA: 1. * Create reference to the custom container 1. custom_container TYPE REF TO cl_gui_custom_container,
SAP Managed Tags: ABAP Development Hi Guru's, i am having one task here is below mentioned details of custom include text used in smartform Text Name MPJ1 Text Object LFA1 Text ID 0002 Language EN when i am going with SO10 to see the text it is giving error message that text objec...
SAP Managed Tags: ABAP Development ABAP Development Programming Tool View products (1) Hi, I need to cast a data but i don't kow how to do it in ABAP. Actually, I have a variable typed QUAN (quantity i guess) and i want to concatenate it in a String variable. That's not possi...
In addition sample code has been added to this repository so that the application log can be integrated into the Fiori Elements application that is used as the UI for our RAP business object. Instead of using a SAPUI5 reuse component this allows for a tighter integration in your application ...