SAP Reports / Programs | Basis Technology R/3 | Defense Forces and Public Security | Basis Technology R/3(IS-DFS-BIT) SAP IS

/ISDFPS/WBO_CRT_CUST_TRANS_F02 SAP ABAP INCLUDE - /ISDFPS/WBOCRTCUSTTRANSF02







/ISDFPS/WBO_CRT_CUST_TRANS_F02 is a standard ABAP INCLUDE 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 /ISDFPS/WBO_CRT_CUST_TRANS_F02 into the relevant SAP transactions such as SE38 or SE80


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 /ISDFPS/WBO_CRT_CUST_TRANS_F02. "Basic submit
SUBMIT /ISDFPS/WBO_CRT_CUST_TRANS_F02 AND RETURN. "Return to original report after report execution complete
SUBMIT /ISDFPS/WBO_CRT_CUST_TRANS_F02 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT /ISDFPS/WBO_CRT_CUST_TRANS_F02

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:

/ISDFPS/MSG_TO_BAL_MSG CALL FUNCTION '/ISDFPS/MSG_TO_BAL_MSG' EXPORTING if_msgid = sy-msgid if_msgty = sy-msgty if_msgno = sy-msgno if_msgv1 = sy-msgv1 if_msgv2 = sy-msgv2 if_msgv3 = sy-msgv3 if_msgv4 = sy-msgv4 CHANGING ct_appl_log_msg = gt_appl_log_msg.

/ISDFPS/MSG_TO_BAL_MSG CALL FUNCTION '/ISDFPS/MSG_TO_BAL_MSG' EXPORTING if_msgid = gc_msgid "SY-MSGID if_msgty = 'E' if_msgno = '014' if_msgv1 = -tabname if_detlevel = gc_msg_level_2 if_probclass = gc_msg_probclass_2 CHANGING ct_appl_log_msg = gt_appl_log_msg.

/ISDFPS/MSG_TO_BAL_MSG CALL FUNCTION '/ISDFPS/MSG_TO_BAL_MSG' EXPORTING if_msgid = gc_msgid "SY-MSGID if_msgty = 'I' if_msgno = '015' if_msgv1 = ps_dd02vv-contflag if_msgv2 = ps_dd02vv-tabname if_msgv3 = ps_dd02vv-ddtext if_detlevel = gc_msg_level_2 if_probclass = gc_msg_probclass_2 CHANGING ct_appl_log_msg = gt_appl_log_msg.

/ISDFPS/MSG_TO_BAL_MSG CALL FUNCTION '/ISDFPS/MSG_TO_BAL_MSG' EXPORTING if_msgid = gc_msgid "SY-MSGID if_msgty = 'I' if_msgno = '016' if_msgv1 = -tabname if_msgv2 = -optype if_msgv3 = ps_dd02vv-tabclass if_detlevel = gc_msg_level_2 if_probclass = gc_msg_probclass_2 CHANGING ct_appl_log_msg = gt_appl_log_msg.

TR_INSERT_NEW_COMM CALL FUNCTION 'TR_INSERT_NEW_COMM' EXPORTING wi_kurztext = gv_shorttext wi_trfunction = gv_trfunction IMPORTING we_e070 = gs_e070 we_e07t = gs_e07t we_trkorr = gv_trkorr EXCEPTIONS OTHERS = 20.

/ISDFPS/MSG_TO_BAL_MSG CALL FUNCTION '/ISDFPS/MSG_TO_BAL_MSG' EXPORTING if_msgid = gc_msgid if_msgty = 'S' if_msgno = '032' if_msgv1 = gv_trkorr if_detlevel = gc_msg_level_2 if_probclass = gc_msg_probclass_2 CHANGING ct_appl_log_msg = gt_appl_log_msg.

/ISDFPS/MSG_TO_BAL_MSG CALL FUNCTION '/ISDFPS/MSG_TO_BAL_MSG' EXPORTING if_msgid = gc_msgid if_msgty = 'A' if_msgno = '017' if_msgv1 = gv_rc if_detlevel = gc_msg_level_2 if_probclass = gc_msg_probclass_2 CHANGING ct_appl_log_msg = gt_appl_log_msg.

TR_MODIFY_COMM CALL FUNCTION 'TR_MODIFY_COMM' EXPORTING wi_e070 = gs_e070 wi_e07t = gs_e07t wi_sel_e071 = 'X' wi_sel_e071k = 'X' wi_sel_e07t = ' ' TABLES wt_e071 = gt_e071 wt_e071k = gt_e071k EXCEPTIONS OTHERS = 20.

/ISDFPS/MSG_TO_BAL_MSG CALL FUNCTION '/ISDFPS/MSG_TO_BAL_MSG' EXPORTING if_msgid = gc_msgid if_msgty = 'S' if_msgno = '035' if_msgv1 = -object if_msgv2 = -obj_name if_detlevel = gc_msg_level_2 if_probclass = gc_msg_probclass_2 CHANGING ct_appl_log_msg = gt_appl_log_msg.

/ISDFPS/MSG_TO_BAL_MSG CALL FUNCTION '/ISDFPS/MSG_TO_BAL_MSG' EXPORTING if_msgid = gc_msgid "SY-MSGID if_msgty = 'I' if_msgno = '024' if_detlevel = gc_msg_level_3 if_probclass = gc_msg_probclass_3 CHANGING ct_appl_log_msg = gt_appl_log_msg.

/ISDFPS/MSG_TO_BAL_MSG CALL FUNCTION '/ISDFPS/MSG_TO_BAL_MSG' EXPORTING if_msgid = gc_msgid if_msgty = 'S' if_msgno = '036' if_msgv1 = -object if_msgv2 = -objname if_msgv3 = -tabkey if_detlevel = gc_msg_level_3 if_probclass = gc_msg_probclass_3 CHANGING ct_appl_log_msg = gt_appl_log_msg.

/ISDFPS/MSG_TO_BAL_MSG CALL FUNCTION '/ISDFPS/MSG_TO_BAL_MSG' EXPORTING if_msgid = gc_msgid if_msgty = 'E' if_msgno = '018' if_msgv1 = gv_trkorr if_msgv2 = gv_rc if_detlevel = gc_msg_level_2 if_probclass = gc_msg_probclass_2 CHANGING ct_appl_log_msg = gt_appl_log_msg.

TR_RELEASE_REQUEST CALL FUNCTION 'TR_RELEASE_REQUEST' EXPORTING iv_trkorr = gv_trkorr iv_dialog = ' ' iv_as_background_job = ' ' iv_success_message = ' ' iv_display_export_log = ' ' EXCEPTIONS cts_initialization_failure = 1 enqueue_failed = 2 no_authorization = 3 invalid_request = 4 request_already_released = 5 repeat_too_early = 6 error_in_export_methods = 7 object_check_error = 8 docu_missing = 9 db_access_error = 10 action_aborted_by_user = 11 export_failed = 12 OTHERS = 13.

/ISDFPS/MSG_TO_BAL_MSG CALL FUNCTION '/ISDFPS/MSG_TO_BAL_MSG' EXPORTING if_msgid = gc_msgid if_msgty = 'I' if_msgno = '020' if_msgv1 = gv_trkorr if_detlevel = gc_msg_level_2 if_probclass = gc_msg_probclass_2 CHANGING ct_appl_log_msg = gt_appl_log_msg.

/ISDFPS/MSG_TO_BAL_MSG CALL FUNCTION '/ISDFPS/MSG_TO_BAL_MSG' EXPORTING if_msgid = gc_msgid if_msgty = 'E' if_msgno = '019' if_msgv1 = gv_trkorr if_msgv2 = gv_rc if_detlevel = gc_msg_level_2 if_probclass = gc_msg_probclass_2 CHANGING ct_appl_log_msg = gt_appl_log_msg.

/ISDFPS/MSG_TO_BAL_MSG CALL FUNCTION '/ISDFPS/MSG_TO_BAL_MSG' EXPORTING if_msgid = gc_msgid if_msgty = 'I' if_msgno = '021' if_msgv1 = gv_trkorr if_detlevel = gc_msg_level_2 if_probclass = gc_msg_probclass_2 CHANGING ct_appl_log_msg = gt_appl_log_msg.

TR_REQ_CHECK_KEY CALL FUNCTION 'TR_REQ_CHECK_KEY' EXPORTING is_key = wa_e071k is_request_header = ps_request_header CHANGING ct_messages = pt_messages EXCEPTIONS invalid_syntax = 1 invalid_table = 2 invalid_key = 3 wrong_call = 4 OTHERS = 5.

/ISDFPS/MSG_TO_BAL_MSG CALL FUNCTION '/ISDFPS/MSG_TO_BAL_MSG' EXPORTING if_msgid = gc_msgid if_msgty = 'E' if_msgno = '038' if_msgv1 = wa_e071k-object if_msgv2 = wa_e071k-objname if_msgv3 = wa_e071k-tabkey if_detlevel = gc_msg_level_3 if_probclass = gc_msg_probclass_3 CHANGING ct_appl_log_msg = gt_appl_log_msg.

/ISDFPS/MSG_TO_BAL_MSG





CALL FUNCTION '/ISDFPS/MSG_TO_BAL_MSG' EXPORTING if_msgid = gc_msgid if_msgty = 'E' if_msgno = '037' if_msgv1 = pv_object if_msgv2 = pv_obj_name if_detlevel = gc_msg_level_2 if_probclass = gc_msg_probclass_2 CHANGING ct_appl_log_msg = gt_appl_log_msg.



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 /ISDFPS/WBO_CRT_CUST_TRANS_F02 or its description.