SAP Reports / Programs

/SAPSLL/EXT_VALIDITY_SOS SAP ABAP Report - Modify Validity of Product Classification







/SAPSLL/EXT_VALIDITY_SOS 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 /SAPSLL/EXT_VALIDITY_SOS into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

/SAPSLL/EXT_VALIDITY - Modify Validity of Classification


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/EXT_VALIDITY_SOS. "Basic submit
SUBMIT /SAPSLL/EXT_VALIDITY_SOS AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPSLL/EXT_VALIDITY_SOS 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_DAYS = Period (in Days)
Selection Text: P_DATE = D .
Selection Text: P_LIST = D .
Selection Text: P_MODUS = D .
Selection Text: P_STCTS = D .
Selection Text: S_GRVSY = D .
Selection Text: S_PRVSY = D .
Title: Modify Validity of Product Classification


INCLUDES used within this REPORT /SAPSLL/EXT_VALIDITY_SOS

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/GUID_CREATE CALL FUNCTION '/SAPSLL/GUID_CREATE' IMPORTING ev_guid_16 = ls_prcts_wa-guid_prcts.

/SAPSLL/REMOVE_PNTPR_W_DEL_FL CALL FUNCTION '/SAPSLL/REMOVE_PNTPR_W_DEL_FL' CHANGING ct_pntpr = lt_pntpr[].

/SAPSLL/CONVERT_DATE_TO_STAMP CALL FUNCTION '/SAPSLL/CONVERT_DATE_TO_STAMP' EXPORTING iv_timezone = iv_tzone iv_date = iv_tipot iv_time = gc_time-begin IMPORTING ev_timestamp = cv_stamp_low 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_tzone iv_date = iv_date iv_time = gc_time-end IMPORTING ev_timestamp = cv_stamp_high EXCEPTIONS no_time_zone = 1 time_zone_notfound = 2 format_error = 3 no_date_provided = 4 OTHERS = 5.

/SAPSLL/REMOVE_PNTPR_W_DEL_FL CALL FUNCTION '/SAPSLL/REMOVE_PNTPR_W_DEL_FL' CHANGING ct_pntpr = ct_pntpr[].

/SAPSLL/PRCTS_DB_INS CALL FUNCTION '/SAPSLL/PRCTS_DB_INS' IN UPDATE TASK EXPORTING it_ins = gt_prcts is_debug = gs_debug.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = iv_strucname i_bypassing_buffer = 'X' CHANGING ct_fieldcat = ct_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

GUID_CREATE * CALL FUNCTION 'GUID_CREATE' * IMPORTING * ev_guid_16 = ls_prcts_wa-guid_prcts.

/SAPSLL/CONVERT_DATE_TO_STAMP * CALL FUNCTION '/SAPSLL/CONVERT_DATE_TO_STAMP' * EXPORTING * iv_timezone = iv_tzone * iv_date = iv_tipot * iv_time = gc_time-begin * IMPORTING * ev_timestamp = cv_stamp_low * 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_tzone * iv_date = iv_date * iv_time = gc_time-end * IMPORTING * ev_timestamp = cv_stamp_high * EXCEPTIONS * no_time_zone = 1 * time_zone_notfound = 2 * format_error = 3 * no_date_provided = 4 * OTHERS = 5.

POPUP_TO_CONFIRM * CALL FUNCTION 'POPUP_TO_CONFIRM' * EXPORTING * titlebar = text-001 * text_question = text-002 * default_button = '1' * display_cancel_button = space * IMPORTING * answer = answer.

/SAPSLL/PRCTS_DB_INS * CALL FUNCTION '/SAPSLL/PRCTS_DB_INS' IN UPDATE TASK * EXPORTING * it_ins = gt_prcts * is_debug = gs_debug.

LVC_FIELDCATALOG_MERGE * CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' * EXPORTING ** I_BUFFER_ACTIVE = * i_structure_name = iv_strucname ** I_CLIENT_NEVER_DISPLAY = 'X' * i_bypassing_buffer = 'X' ** I_INTERNAL_TABNAME = iv_strucname * CHANGING * ct_fieldcat = ct_fieldcat * EXCEPTIONS * inconsistent_interface = 1 * program_error = 2 * OTHERS = 3.



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