SAP Reports / Programs | Cross-Application Components | General Application Functions | Print Workbench(CA-GTF-PWB) SAP CA

REFG_CREATE_LANGVEC_REQUESTF01 SAP ABAP INCLUDE - REFGCREATELANGVECREQUESTF01







REFG_CREATE_LANGVEC_REQUESTF01 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 REFG_CREATE_LANGVEC_REQUESTF01 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 REFG_CREATE_LANGVEC_REQUESTF01. "Basic submit
SUBMIT REFG_CREATE_LANGVEC_REQUESTF01 AND RETURN. "Return to original report after report execution complete
SUBMIT REFG_CREATE_LANGVEC_REQUESTF01 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 REFG_CREATE_LANGVEC_REQUESTF01

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:

EFG_TR_GET_LANGVEC_OBJECTS call function 'EFG_TR_GET_LANGVEC_OBJECTS' exporting x_objtype = xt_e071-object x_objname = xt_e071-obj_name x_tlangu = xt_t002-spras x_korrnum = x_newkorr * X_OBJKEY = importing y_e071 = lt_e071 * Y_E071K = * TABLES * XYT_E071 = * XYT_E071K = exceptions not_qualified = 1 not_valid = 2 others = 3 .

EFG_TR_GET_LANGVEC_OBJECTS call function 'EFG_TR_GET_LANGVEC_OBJECTS' exporting x_objtype = co_r3tr_tdat x_objname = 'EFGSTTXTINFO' x_tlangu = xt_t002-spras x_korrnum = x_newkorr x_objkey = xt_e071k-tabkey importing y_e071 = lt_e071 y_e071k = lt_e071k * TABLES * XYT_E071 = * XYT_E071K = exceptions not_qualified = 1 not_valid = 2 others = 3 .

TRINT_APPEND_TO_COMM_ARRAYS call function 'TRINT_APPEND_TO_COMM_ARRAYS' exporting * WI_ERROR_TABLE = ' ' * WI_SIMULATION = ' ' * WI_SUPPRESS_KEY_CHECK = ' ' wi_trkorr = x_newkorr * WI_TRPAR_INT_FILLED = ' ' * WI_LOCKKEY_FILLED = ' ' iv_append_at_order = 'X' * IV_APPEND_AT_ORDER_WITH_LOCK = ' ' * IV_NO_OWNER_CHECK = ' ' tables wt_e071 = lt_e071 wt_e071k = lt_e071k * WT_TRMESS_INT = * WT_TRPAR_INT = * WT_LOCKKEY = exceptions key_check_keysyntax_error = 1 ob_check_obj_error = 2 tr_lockmod_failed = 3 tr_lock_enqueue_failed = 4 tr_wrong_order_type = 5 tr_order_update_error = 6 file_access_error = 7 ob_no_systemname = 8 others = 9 .

POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting * DEFAULTOPTION = 'Y' textline1 = l_text textline2 = text-f02 titel = text-f00 * START_COLUMN = 25 * START_ROW = 6 cancel_display = ' ' importing answer = l_answer .

TR_REQUEST_MODIFY call function 'TR_REQUEST_MODIFY' exporting iv_action = 'CREA' iv_new_request = x_order iv_new_request_type = 'F' * IV_NEW_TASK_TYPE = * IV_NEW_TARSYSTEM = ' ' * IV_NEW_AS4TEXT = ' ' * IS_NEW_ATTRIBUTE = * IV_REQUEST = * IS_REQUEST = * IT_USERS = * IV_START_COLUMN = 1 * IV_START_ROW = 4 importing es_new_request = l_request_header * ET_NEW_TASKS = * EV_REQUEST_CHANGED = * ES_REQUEST = * EV_ATTRIBUTES_FILLED = * ET_ATTRIBUTES = exceptions cancelled_by_user = 1 no_authorization = 2 invalid_action = 3 invalid_request = 4 invalid_request_type = 5 request_not_created = 6 request_not_deleted = 7 enqueue_failed = 8 db_access_error = 9 others = 10 .



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 REFG_CREATE_LANGVEC_REQUESTF01 or its description.