I had a requirement to find the date difference from the fieldLETZTZUG of table s032 and the current date. Here the problem was getting the current date. I got the current date using now() function in calculated column functions. The output of the now() was in yyyy-mm-dd hrs and sec...
5) SO_NEW_DOCUMENT_SEND_API1 Another very popular bit of ABAP. But again, it was replaced years ago with the CL_BCS set of classes. They're so much more powerful and so much more easy to use, if you'll put in some effort. And there's so many examples... Here's a great blog...
SAP Managed Tags: ABAP Development Hi Mohamad , If the user is a windows user , in that case you can get the time zone of user's laptop. You can code as below : data: v_reg_value type string. CALL METHOD cl_gui_frontend_services=>registry_get_value EXPORTING root = CL_GUI_FRO...
SAP Managed Tags: ABAP Development Hi All, Can someone of you tell me, how to do the following in the ABAP Query. I want to get the count of records retreived during the query execution and display it in the output. example::: Select count(*) from VBRK. Thanks a lot. Thanks! Pu...
Update graphic name Object, ID, Color attribute and Resolution. Now active the form, click on form and then select active (shift+f3) Successfully Smartform has been created in SAP ABAP. Now you can use the same process to create any number of SAP Smartforms....
though they had direct access to the tables, though with the underlying knowledge that by using Open SQL, the data is in fact being accessed through the ABAP dictionary with a built-in level of safety to ensure the ABAP code does not have a direct effect on the SAP database system ...
REPORT sapmz_hf_toolbar . TYPE-POOLS: icon. CLASS cls_event_handler DEFINITION DEFERRED. * G L O B A L D A T A DATA: ok_code LIKE sy-ucomm, * Reference for conatiner go_toolbar_container TYPE REF TO cl_gui_custom_container, ...
SAP Managed Tags: ABAP Development Hi, Go to --> service.sap.com/licensekey (get license key options in the above tab) otherwise go to service.sap.com then keys&requests ( for abap access keys do the following things) then the above tab-->SCCR keys then u have two checkboxes: Regis...
1. How to connect both Servers 2. We want to get the data from Abap and want to use in Poral ie Abap will be backend. How to do that 3. What are the Post configurations need to be done Awaiting for your Reply's. This is little bit urgent. Thanks & Regards Santosh KKnow...
SAP Managed Tags: ABAP Development Hi Experts, i have one requirement where i need to get subtotals on depending on first three fields of the output/internal table. Example : Fld1 Fld2 Fld3 Fld4 1000 abc 001 500.00 1000 abc 001 1000.00 1000 abc 001 1500 1000 abc 002 1500 1000 abc...