SAP Reports / Programs | Financial Accounting(FI) SAP FI

J_1UFKORKO SAP ABAP Report - Print programm for incoming and outgoing cash orders







J_1UFKORKO is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Receipts for cash payments are printed by means of the J_3RFKORKO print program using the standard correspondence mechanism...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter J_1UFKORKO 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 J_1UFKORKO. "Basic submit
SUBMIT J_1UFKORKO AND RETURN. "Return to original report after report execution complete
SUBMIT J_1UFKORKO 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: CASH = Cash account
Selection Text: CASHIER = Casher
Selection Text: CHIEF = Chief
Selection Text: CHIEFACC = Chief-accountant
Selection Text: ID = Text-ID for passport date
Selection Text: IDS = Text-ID "Take from/Allowance"
Selection Text: INCOMORD = Incoming order document type
Selection Text: OUTGOORD = Outgoing order document type
Selection Text: POSITION = Position
Selection Text: P_ALT = Print altern. account numbers
Selection Text: RB1 = Document number
Selection Text: RB2 = Reference document number
Selection Text: RBELNR = Document number
Selection Text: RBUKRS = Company code
Selection Text: RDATUM = Date of request
Selection Text: RERLDT = Repeat printing from
Selection Text: REVENT = Correspondence
Selection Text: RFORID = Form
Selection Text: RGJAHR = Fiscal year
Selection Text: RIMMD = PrintImmed
Selection Text: RUSNAM = User
Selection Text: RUZEIT = Time of request
Selection Text: RXBKOR = Data from trigger table
Selection Text: TDDEST = Output to printer
Title: Print programm for incoming and outgoing cash orders
Text Symbol: 512 = December
Text Symbol: 511 = November
Text Symbol: 001 = Output control
Text Symbol: 002 = Print control
Text Symbol: 003 = Test run
Text Symbol: 110 = Output to printer
Text Symbol: 111 = PrintImmid
Text Symbol: 120 = Outgoing order document type
Text Symbol: 121 = Incoming order document type
Text Symbol: 200 = Log
Text Symbol: 201 = Generated print request overview
Text Symbol: 202 = CoCd Correspondence................. Spool no. Title.............. Printed pages..
Text Symbol: 203 = Name is missing in logon language ;;





Text Symbol: 204 = Internal document ;;
Text Symbol: 205 = Error list
Text Symbol: 300 = passport
Text Symbol: 301 = -
Text Symbol: 302 = issued
Text Symbol: 501 = January
Text Symbol: 502 = February
Text Symbol: 503 = March
Text Symbol: 504 = April
Text Symbol: 505 = May
Text Symbol: 506 = June
Text Symbol: 507 = July
Text Symbol: 508 = August
Text Symbol: 509 = September
Text Symbol: 510 = October


INCLUDES used within this REPORT J_1UFKORKO

INCLUDE RFKORI00.
INCLUDE RFKORI93.
INCLUDE J_1UFBUKRSAUTH.


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:

SPELL_AMOUNT CALL FUNCTION 'SPELL_AMOUNT' EXPORTING AMOUNT = RESULT-WRBTR CURRENCY = RESULT-WAERS FILLER = ' ' LANGUAGE = SY-LANGU IMPORTING IN_WORDS = SPELL EXCEPTIONS NOT_FOUND = 1 TOO_LARGE = 2 OTHERS = 3.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING INPUT = SEL-ADDRNUMBER IMPORTING OUTPUT = SEL-ADDRNUMBER.

ADDR_GET CALL FUNCTION 'ADDR_GET' EXPORTING ADDRESS_SELECTION = SEL IMPORTING ADDRESS_VALUE = ADDR1_VAL EXCEPTIONS PARAMETER_ERROR = 1 ADDRESS_NOT_EXIST = 2 VERSION_NOT_EXIST = 3 INTERNAL_ERROR = 4 OTHERS = 5.

ADDR_GET CALL FUNCTION 'ADDR_GET' EXPORTING ADDRESS_SELECTION = SEL IMPORTING ADDRESS_VALUE = ADDR1_VAL EXCEPTIONS PARAMETER_ERROR = 1 ADDRESS_NOT_EXIST = 2 VERSION_NOT_EXIST = 3 INTERNAL_ERROR = 4 OTHERS = 5.

PRELIMINARY_POSTING_DOC_READ CALL FUNCTION 'PRELIMINARY_POSTING_DOC_READ' EXPORTING BELNR = SAVE_BELNR BUKRS = SAVE_BUKRS GJAHR = SAVE_GJAHR TABLES T_VBKPF = HVBKPF T_VBSEC = HVBSEC T_VBSEG = HVBSEG T_VBSET = HVBSET EXCEPTIONS DOCUMENT_LINE_NOT_FOUND = 1 DOCUMENT_NOT_FOUND = 2 OTHERS = 3.

START_FORM CALL FUNCTION 'START_FORM' EXPORTING FORM = SAVE_FORM LANGUAGE = SY-LANGU STARTPAGE = 'FIRST ' EXCEPTIONS FORM = 1.

WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING ELEMENT = EREIGNIS FUNCTION = 'SET' TYPE = 'BODY' WINDOW = 'MAIN' EXCEPTIONS WINDOW = 1 ELEMENT = 2.

WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING ELEMENT = EREIGNIS FUNCTION = 'SET' WINDOW = 'CHECK' EXCEPTIONS ELEMENT = 1 WINDOW = 2.

WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING ELEMENT = EREIGNIS FUNCTION = 'SET' WINDOW = 'CUTLINE' EXCEPTIONS ELEMENT = 1 WINDOW = 2.

END_FORM





CALL FUNCTION 'END_FORM' EXCEPTIONS UNOPENED = 1 BAD_PAGEFORMAT_FOR_PRINT = 2 OTHERS = 3.

ADDR_GET CALL FUNCTION 'ADDR_GET' EXPORTING ADDRESS_SELECTION = SEL IMPORTING ADDRESS_VALUE = ADDRESS_VALUE EXCEPTIONS ADDRESS_NOT_EXIST = 1 OTHERS = 2.

ADDR_GET CALL FUNCTION 'ADDR_GET' EXPORTING ADDRESS_SELECTION = SEL IMPORTING ADDRESS_VALUE = ADDRESS_VALUE EXCEPTIONS ADDRESS_NOT_EXIST = 1 OTHERS = 2.

ADDR_GET CALL FUNCTION 'ADDR_GET' EXPORTING ADDRESS_SELECTION = SEL IMPORTING ADDRESS_VALUE = ADDRESS_VALUE EXCEPTIONS ADDRESS_NOT_EXIST = 1 OTHERS = 2.

ADDR_GET CALL FUNCTION 'ADDR_GET' EXPORTING ADDRESS_SELECTION = SEL IMPORTING ADDRESS_VALUE = ADDRESS_VALUE EXCEPTIONS ADDRESS_NOT_EXIST = 1 OTHERS = 2.

READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING ID = IDT LANGUAGE = LANG NAME = NAME OBJECT = OBJ TABLES LINES = TDLINE EXCEPTIONS ID = 1 LANGUAGE = 2 NAME = 3 NOT_FOUND = 4.

FORM_CHECK CALL FUNCTION 'FORM_CHECK' EXPORTING I_PZFOR = T001F-FORNR EXCEPTIONS NOT_DEFINED = 4.

GET_PRINT_PARAM CALL FUNCTION 'GET_PRINT_PARAM' EXPORTING I_BNAME = SY-UNAME IMPORTING E_USR01 = USR01.

OPEN_FORM CALL FUNCTION 'OPEN_FORM' EXPORTING DEVICE = HTDDEVICE DIALOG = HDIALOG FORM = SAVE_FORM LANGUAGE = SY-LANGU OPTIONS = ITCPO IMPORTING RESULT = ITCPP EXCEPTIONS FORM = 3.

CLOSE_FORM CALL FUNCTION 'CLOSE_FORM' IMPORTING RESULT = ITCPP.



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