SAP Reports / Programs | Global Trade Services | Global Trade Services(SLL-LEG) SAP SLL

/SAPSLL/REX_VALUE_PROT_F01 SAP ABAP INCLUDE - /SAPSLL/REXVALUEPROTF01







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

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:

/SAPSLL/PARTNER_DESCR_GET call function '/SAPSLL/PARTNER_DESCR_GET' exporting iv_parno = iv_ftorg importing es_description = ls_bp_descrip exceptions invalid_call = 1 others = 2.

DYNP_VALUES_READ call function 'DYNP_VALUES_READ' exporting dyname = lv_dynprg dynumb = lv_dynnum translate_to_upper = ' ' * REQUEST = ' ' * PERFORM_CONVERSION_EXITS = ' ' tables dynpfields = lt_dynval exceptions invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 invalid_parameter = 7 undefind_error = 8 others = 9.

CONVERT_DATE_TO_INTERNAL call function 'CONVERT_DATE_TO_INTERNAL' exporting date_external = ls_dynval-fieldvalue * ACCEPT_INITIAL_DATE = importing date_internal = cv_crdat exceptions date_external_is_invalid = 1 others = 2.

/SAPSLL/CONVERT_DATE_TO_STAMP call function '/SAPSLL/CONVERT_DATE_TO_STAMP' exporting * IV_TIMEZONE = iv_date = lv_crdat_fr iv_time = gc_time-begin importing ev_timestamp = lv_tstmp_fr exceptions no_time_zone = 1 time_zone_notfound = 2 format_error = 3 no_date_provided = 4 others = 5.

/SAPSLL/CONVERT_DATE_TO_STAMP call function '/SAPSLL/CONVERT_DATE_TO_STAMP' exporting * IV_TIMEZONE = iv_date = lv_crdat_to iv_time = gc_time-end importing ev_timestamp = lv_tstmp_to exceptions no_time_zone = 1 time_zone_notfound = 2 format_error = 3 no_date_provided = 4 others = 5.

F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting ddic_structure = lc_structname retfield = lc_fieldname * PVALKEY = ' ' * DYNPPROG = ' ' * DYNPNR = ' ' * DYNPROFIELD = ' ' * STEPL = 0 * WINDOW_TITLE = * VALUE = ' ' value_org = 'S' * MULTIPLE_CHOICE = ' ' * DISPLAY = ' ' * CALLBACK_PROGRAM = ' ' * CALLBACK_FORM = ' ' tables value_tab = lt_rxpcalc_sk * field_tab = t_field return_tab = lt_retval exceptions parameter_error = 1 no_values_found = 2 others = 3.

CONVERSION_EXIT_SLLTS_INPUT call function 'CONVERSION_EXIT_SLLTS_INPUT' exporting input = ls_retval-fieldval importing output = lv_tstmp exceptions customizing_missing = 1 conversion_error = 2 others = 3.

/SAPSLL/CONVERT_DATE_TO_STAMP call function '/SAPSLL/CONVERT_DATE_TO_STAMP' exporting * IV_TIMEZONE = iv_date = lv_crdat_fr iv_time = gc_time-begin importing ev_timestamp = lv_tstmp_fr exceptions no_time_zone = 1 time_zone_notfound = 2 format_error = 3 no_date_provided = 4 others = 5.

/SAPSLL/CONVERT_DATE_TO_STAMP call function '/SAPSLL/CONVERT_DATE_TO_STAMP' exporting * IV_TIMEZONE = iv_date = lv_crdat_to iv_time = gc_time-end importing ev_timestamp = lv_tstmp_to exceptions no_time_zone = 1 time_zone_notfound = 2 format_error = 3 no_date_provided = 4 others = 5.

/SAPSLL/CONVERT_STAMP_TO_DATE call function '/SAPSLL/CONVERT_STAMP_TO_DATE' exporting iv_timestamp = iv_tstmp * IV_TIMEZONE = * IV_END_DATE = ' ' importing ev_date = cv_crdat ev_time = cv_crtim exceptions no_time_stamp = 1 no_time_zone = 2 time_zone_notfound = 3 format_error = 4 others = 5.

DYNP_VALUES_UPDATE call function 'DYNP_VALUES_UPDATE' exporting dyname = lv_dynprg dynumb = lv_dynnum tables dynpfields = lt_dynval exceptions invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 undefind_error = 7 others = 8.



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 /SAPSLL/REX_VALUE_PROT_F01 or its description.