SASAP_UPLOAD_SOLUTION_MAP_1 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 SASAP_UPLOAD_SOLUTION_MAP_1 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_FILE = File Name
Selection Text: P_ORDER = Transport Request
Selection Text: P_O_SCEN = Flavors Only
Selection Text: P_PROJID = Project ID
Selection Text: P_PROTXT = Project Name
Selection Text: P_W_SCEN = Scenarios and Their Flavors
Title: Upload HTML Sheet for Solution Composer
Text Symbol: 001 = Project Data When Changed in Q&&Adb
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
WS_ULDL_PATH CALL FUNCTION 'WS_ULDL_PATH' IMPORTING upload_path = upath.
WS_FILENAME_GET CALL FUNCTION 'WS_FILENAME_GET' EXPORTING def_filename = '*.HTM'
GUI_UPLOAD CALL FUNCTION 'GUI_UPLOAD' EXPORTING filename = file_name_complete filetype = 'ASC' "'BIN'; 'DAT' oder 'ASC' * IMPORTING * FILELENGTH = len TABLES data_tab = it_excel EXCEPTIONS file_open_error = 1 file_read_error = 2 no_batch = 3 gui_refuse_filetransfer = 4 invalid_type = 5 OTHERS = 6 .
JOB_OPEN CALL FUNCTION 'JOB_OPEN' EXPORTING * DELANFREP = ' ' * JOBGROUP = ' ' jobname = c_job_name * SDLSTRTDT = NO_DATE * SDLSTRTTM = NO_TIME IMPORTING jobcount = job_id * EXCEPTIONS * CANT_CREATE_JOB = 1 * INVALID_JOB_DATA = 2 * JOBNAME_MISSING = 3 * OTHERS = 4 .
JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING * AT_OPMODE = ' ' * AT_OPMODE_PERIODIC = ' ' * CALENDAR_ID = ' ' * EVENT_ID = ' ' * EVENT_PARAM = ' ' * EVENT_PERIODIC = ' ' jobcount = job_id jobname = c_job_name * LASTSTRTDT = NO_DATE * LASTSTRTTM = NO_TIME * PRDDAYS = 0 * PRDHOURS = 0 * PRDMINS = 0 * PRDMONTHS = 0 * PRDWEEKS = 0 * PREDJOB_CHECKSTAT = ' ' * PRED_JOBCOUNT = ' ' * PRED_JOBNAME = ' ' * SDLSTRTDT = NO_DATE * SDLSTRTTM = NO_TIME * STARTDATE_RESTRICTION = BTC_PROCESS_ALWAYS strtimmed = true * TARGETSYSTEM = ' ' * START_ON_WORKDAY_NOT_BEFORE = SY-DATUM * START_ON_WORKDAY_NR = 0 * WORKDAY_COUNT_DIRECTION = 0 * RECIPIENT_OBJ = * TARGETSERVER = ' ' * DONT_RELEASE = ' ' * IMPORTING * JOB_WAS_RELEASED = * EXCEPTIONS * CANT_START_IMMEDIATE = 1 * INVALID_STARTDATE = 2 * JOBNAME_MISSING = 3 * JOB_CLOSE_FAILED = 4 * JOB_NOSTEPS = 5 * JOB_NOTEX = 6 * LOCK_FAILED = 7 * OTHERS = 8 .
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING ddic_structure = 'TPROJECTT' retfield = 'PROJECT_ID' * PVALKEY = ' ' dynpprog = sy-repid dynpnr = sy-dynnr dynprofield = 'PROJECT_ID' * STEPL = 0 * WINDOW_TITLE = * VALUE = ' ' value_org = 'S' * MULTIPLE_CHOICE = ' ' display = 'F' * CALLBACK_PROGRAM = ' ' * CALLBACK_FORM = ' ' TABLES value_tab = it_tprojectt * FIELD_TAB = return_tab = return_tab dynpfld_mapping = dynpfld_mapping * EXCEPTIONS * PARAMETER_ERROR = 1 * NO_VALUES_FOUND = 2 * OTHERS = 3 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SASAP_UPLOAD_SOLUTION_MAP_1 - Upload HTML Sheet for Solution Composer SASAP_UPLOAD_SOLUTION_MAP_1 - Upload HTML Sheet for Solution Composer SASAP_INHERIT_ATTRIBUTES - Inherit Attributes SASAP_INHERIT_ATTRIBUTES - Inherit Attributes SASAP_IA_TREE_IDS - Tree IDs for Authorization Profiles SASAP_IA_TREE_IDS - Tree IDs for Authorization Profiles