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
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.
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?
INCLUDE EFG_GEN.
INCLUDE EFG_MSGX.
No SAP DATABASE tables are accessed within this REPORT code!
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 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
EFG_CREATE_LANGVEC_REQUEST - Program SAPREFG_CREATE_LANGVEC_REQUEST EFG_CREATE_LANGVEC_REQUEST - Program SAPREFG_CREATE_LANGVEC_REQUEST EFG_CONSTS - EFGCONSTS EFG_CLEAR_TEXTFIELDS - Repair Text Fields in Tables EFCL, EFCLSTR, EFRM and EFRMSTR EFG_CLEAR_TEXTFIELDS - Repair Text Fields in Tables EFCL, EFCLSTR, EFRM and EFRMSTR EFG_ACTIVATE_DDIC - Print Workbench: Activate DDIC for Form Classes