In this blog post you will get a clear, step-by-step process of how to install and run the ABAP Sizing Report (described in SAP Note 1872170), with screenshots accompanying each step. When dealing with sizing requests from the presales field, I typically ran into the problem of not havin...
SAP Managed Tags: ABAP Connectivity, ABAP Development If JWT stands for JSON Web Token, than there is no standard way to create a token via ABAP (as far as I know). but you are invited to write an Open Source solution for that Reply p244500 Active Contributor 2019 Jun 17 3...
Introduction In previous blog of S/4HANA adoption we learnt about what all options to adopt the S/4HANA and started discussing about the option of system conversion. As
However, if you have your own ABAP reports using these tables, don’t worry as there are now Compatibility views with the same name, which recalculate the same values as the tables would have had, allowing any bespoke programs reading the information to continue to function. There are new...
SAP Managed Tags: ABAP Extensibility I don't think it's possible to do that without a standard modification. I just tried switching to 'enhancement' mode (the spiral button in SE24) for a BAdI interface but got a message saying that enhancements for BAdI classes/interfaces are not allowed...
SAP Managed Tags: ABAP Development Hi, From the ABAP editor (SE38) press the PATTERN button or press Control+F6. Then select the radiio-button ABAP Object Patterns and then continue. Next put in the Class/Interface name as - CL_HRBAS_PLAIN_INFOTYPE_ACCESS and the Method name as - if...
The actual ABAP interface definition remains hidden from the programmer. You can define the input parameters of a function module as optional. You can also assign default values to them. Function modules also support exception handling. This allows you to catch certain errors while the function ...
TYPEmara-matnr,lv_fashgrdTYPEmara-fashgrd,lv_textTYPEt6wfgt-vtext.CREATEDATAlr_dataLIKELINEOFct_data.ASSIGNlr_data->*TO<ls_data>.* Get structure description of data tableCALLMETHODcl_abap_structdescr=>describe_by_dataEXPORTINGp_data=<ls_data>RECEIVINGp_de...
SAP Managed Tags: ABAP Development Hello, How to find Standard reports for modules like MM,SD,Fi For example like Transaction MCTE for Sales org analaysis. I went i searched in SPRO in Logistics information System but i couldnt able to find the correct path. Thanks, krishna Reply 1 ...
SAP Managed Tags: ABAP Development Hi Sonia, Please go to SE18 tcode and enter the BADI name and Press Display Then Go to the Interface Tab, you find an Example Implemented Class, Which you can take the Help Take the help of method IF_EX_MB_MIGO_BADI~PBO_DETAIL and pass your Funti...