Syntax for submitting You can use the selection option as well SUBMIT rff110s with selection-table lt_selscreen WITH par_lfd = lv_laufd “Run Date WITH par_lfid = lv_laufi “Identification WITH par_xvl = abap_true “Proposal run WITH par_buda = sy-datum “Posting Date WITH […]
Continue reading »SAP JOIN SYNTAX
SAP Join Syntax SELECT a~bukrs, a~land1, b~kalsm, c~mwskz, c~mwart FROM t001 AS a INNER JOIN t005 AS b ON a~land1 = b~land1 INNER JOIN t007a AS c ON b~kalsm = c~kalsm INTO TABLE @DATA(lt_tax_code) FOR ALL ENTRIES IN @gt_file […]
Continue reading »Set different country for same Smartform
You can use the syntax SET COUNTRY you can use, if you will do that the currency settings and quantity will be picked accordingly.
Continue reading »Send notification by mail during payment
It is possible to send mail and status based… Bank Alerts badi’s BNK_BADI_PAYM_STAT_ALRT L_WA_XSTAT_GR_NEW-INT_STATUS CL_BNK_PROC_STATUS – store, ALERT
Continue reading »SAP WIRE Logic for Payments
There is a standard BO available for it as well BUSISB001. The Status is available in BNK_BATCH_HEADER. “Selecting the GUID of Status SELECT SINGLE status FROM bnk_batch_header INTO @DATA(lv_stat) WHERE batch_no = @lv_batch. “Checking the Status of Batch lv_status = […]
Continue reading »ALV Change data not working
SAP Change data is not getting displayed on the ALV output. The Internal table will show the changed data but the output displays the old one only. Do the below Steps it will solve the issue. CALL METHOD go_grid->refresh_table_display * […]
Continue reading »SAP Row Selection in ALV OOPS
Select rows in ALV grid with CL_GUI_ALV_GRIDRow Selection in ALV OOPS With the classic function REUSE_ALV_GRID_DISPLAY i used the layout parameter box_fieldname: layout-box_fieldname = ‘CBOX’. ls_layout-sel_mode = ‘D’. “Needs to be passed data: lt_index TYPE lvc_t_row. “Index of Row Selected […]
Continue reading »SAP added new dynamic fields in SWBP
In SAP inbox (SWBP), SAP has added new dynamic fields named Dynamic Column starting from colum 1 to 14. These fields can be added as per the Workflow Requirement, you can fill the data in the fields as per customer […]
Continue reading »SAP Event not getting triggered
I know that for Parked document FIPP is the BO and CREATED is the event that is triggered when a parked document is created. Now when i created a Parked Document using FV50 tcode, i dont find any entry for […]
Continue reading »SAP Currency CURR type with more than 2 decimals ALV
gs_fcat-cfieldname = p_curr. PASS THE CURRENCY FOR WHICH CONVERSION REQUIRED gs_fcat-currency = ‘WAERS’ PASS THE REFERENCE Currency CURR type with more than 2 decimals ALV sap alv display 3 decimals or 2 decimal Display 3 decimal in ALV for […]
Continue reading »