SAP Reports / Programs

EFG_CREATE_LANGVEC_REQUEST SAP ABAP Report - Program SAPREFG_CREATE_LANGVEC_REQUEST







EFG_CREATE_LANGVEC_REQUEST 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 EFG_CREATE_LANGVEC_REQUEST 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 EFG_CREATE_LANGVEC_REQUEST. "Basic submit
SUBMIT EFG_CREATE_LANGVEC_REQUEST AND RETURN. "Return to original report after report execution complete
SUBMIT EFG_CREATE_LANGVEC_REQUEST 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: P_ORDER = BOM/Request (Template)
Selection Text: P_ORIGS = Include Originals
Selection Text: P_TARG = Target Request/BOM
Selection Text: R_SPRAS = Language Selection
Title: Program SAPREFG_CREATE_LANGVEC_REQUEST
Text Symbol: F00 = Add Objects to Existing Request
Text Symbol: F01 = Order &1 Already Exists
Text Symbol: F02 = Should Objects Be Added?


INCLUDES used within this REPORT EFG_CREATE_LANGVEC_REQUEST

INCLUDE EFG_GEN.
INCLUDE EFG_MSGX.


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