J_1SVPC 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 J_1SVPC 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: TEST = Test Run
Selection Text: VARI_IN = To Variant
Selection Text: VARI_VON = From Variant
Title: IS-M/SD CH/V: Copy Shipping Schedule Variant
Text Symbol: FRA = Copy PCode, weekday assignments to a shipping schedule variant
Text Symbol: 006 = Weekday assignments copied
Text Symbol: 001 = Processing Log
Text Symbol: 002 = Copy from shipping sched.variant
Text Symbol: 003 = to shipping sched.variant
Text Symbol: 004 = Ship.schedule numbers copied
Text Symbol: 005 = PCode assignments copied
INCLUDE MJNUMTOP.
INCLUDE MJY00F03.
INCLUDE MJY00FAB.
INCLUDE LJS01PT1.
No SAP DATABASE tables are accessed within this REPORT code!
NUMBER_GET_NEXT CALL FUNCTION 'NUMBER_GET_NEXT' EXPORTING NR_RANGE_NR = RNG_ID OBJECT = OBJECT IMPORTING NUMBER = NUMBER RETURNCODE = RCODE_NR EXCEPTIONS INTERVAL_NOT_FOUND = 1 NUMBER_RANGE_NOT_INTERN = 2 OBJECT_NOT_FOUND = 3 QUANTITY_IS_0 = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
J_1SVPC - IS-M/SD CH/V: Copy Shipping Schedule Variant J_1SVPC - IS-M/SD CH/V: Copy Shipping Schedule Variant J_1SVERS - IS-M/SD: Display Version from NPUT (CH) J_1SVERS - IS-M/SD: Display Version from NPUT (CH) J_1SUSTR - IS-M/SD CH/S: Change Program for Streets J_1SUSTR - IS-M/SD CH/S: Change Program for Streets