SAP Reports / Programs

/LSIERP/TQ_PAYLOT_PROCESS SAP ABAP Report - Termination Quotation: Process Payment Lot







/LSIERP/TQ_PAYLOT_PROCESS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter /LSIERP/TQ_PAYLOT_PROCESS into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

/LSIERP/TQ_PAYLOT_PR - Process Payment Lot


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT /LSIERP/TQ_PAYLOT_PROCESS. "Basic submit
SUBMIT /LSIERP/TQ_PAYLOT_PROCESS AND RETURN. "Return to original report after report execution complete
SUBMIT /LSIERP/TQ_PAYLOT_PROCESS VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: SO_PDATE = D .
Selection Text: P_PROBCL = D .
Selection Text: P_MODE = D .
Selection Text: P_FIKEY = D .
Selection Text: P_BLART = D .
Selection Text: P_ABGRD = D .
Selection Text: P_SIM = Simulate
Title: Termination Quotation: Process Payment Lot
Text Symbol: S02 = Selection
Text Symbol: S01 = Processing Mode
Text Symbol: P04 = No
Text Symbol: P03 = Yes
Text Symbol: P02 = Changes Saved to Database. Continue?
Text Symbol: P01 = Execute, Clear, and Write Off in Update Run
Text Symbol: L02 = Write-Off
Text Symbol: L01 = Log
Text Symbol: 021 = Deselect All
Text Symbol: 020 = Select All
Text Symbol: 019 = Log
Text Symbol: 018 = Long Text
Text Symbol: 017 = Cat.
Text Symbol: 004 = Log


INCLUDES used within this REPORT /LSIERP/TQ_PAYLOT_PROCESS

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

DDIF_DTEL_GET CALL FUNCTION 'DDIF_DTEL_GET' EXPORTING name = 'ABGRD_KK' langu = sy-langu IMPORTING dd04v_wa = ls_dd04v EXCEPTIONS illegal_input = 1 OTHERS = 2.

DDIF_DTEL_GET CALL FUNCTION 'DDIF_DTEL_GET' EXPORTING name = 'BLART_KK' langu = sy-langu IMPORTING dd04v_wa = ls_dd04v EXCEPTIONS illegal_input = 1 OTHERS = 2.

FKK_GET_APPLICATION CALL FUNCTION 'FKK_GET_APPLICATION' IMPORTING e_applk = lv_applk EXCEPTIONS no_appl_selected = 1 OTHERS = 2.

FKK_FUNC_MODULE_DETERMINE CALL FUNCTION 'FKK_FUNC_MODULE_DETERMINE' EXPORTING i_applk = lv_applk i_fbeve = lc_event_1113 TABLES t_fbstab = lt_fbstab.

FKK_SAMPLE_1113 CALL FUNCTION 'FKK_SAMPLE_1113'.

FKK_SAMPLE_1113_USER CALL FUNCTION 'FKK_SAMPLE_1113_USER'.

FKK_BLART_CHECK CALL FUNCTION 'FKK_BLART_CHECK' EXPORTING i_applk = lv_applk i_blart = p_blart.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-p01 text_question = text-p02 text_button_1 = text-p03 icon_button_1 = lc_icon_ok text_button_2 = text-p04 icon_button_2 = lc_icon_cancel default_button = '2' display_cancel_button = ' ' IMPORTING answer = lv_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.

/LSIERP/TQ_PAYLOT_PROC_MAIN CALL FUNCTION '/LSIERP/TQ_PAYLOT_PROC_MAIN' EXPORTING i_simulation = lv_sim i_proc_mode = p_mode i_prob_cl = lv_probcl i_rng_post_date = ltr_rng_post_date i_write_off_params = ls_rfka1 TABLES t_fimsg = gt_fimsg.

DEQUEUE_EFKKFIKEY CALL FUNCTION 'DEQUEUE_EFKKFIKEY' EXPORTING fikey = ls_rfka1-fikey.

HELP_OBJECT_SHOW CALL FUNCTION 'HELP_OBJECT_SHOW' EXPORTING dokclass = 'NA' dokname = lv_docname msg_var_1 = -msgv1 msg_var_2 = -msgv2 msg_var_3 = -msgv3 msg_var_4 = -msgv4 TABLES links = lt_links EXCEPTIONS object_not_found = 1 sapscript_error = 2 OTHERS = 3.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name /LSIERP/TQ_PAYLOT_PROCESS or its description.