cancel
Showing results for 
Search instead for 
Did you mean: 

Modify the layout of cash journal

former_member480606
Participant
0 Kudos

hi all,

I have to print the cash journal from FBCJ transaction. Here when I push the button "Print cash journal" the system show me a list that doesn't like to our end user. Is it possible to modify the layout of this list for example?

In customizing i go in:

Spro>Financial accounting>Bank accounting>Business Transactions> Cash journal-> Set up

Print parameters for cash journal

Here when I link to the company code the standard program RFCASH20 and from FBCJ I print the

cash journal all run ok but when I link to the company code a custom program ZRFCASH20 and from

FBCJ I print the the system goes in dump with the follow error:

Runtime Errors SUBMIT_IMPORT_ONLY_PARAMETER

Date and Time 22.01.2008 11:47:32

Short text

"SD_BUKRS" is a parameter. No value set may be specified.

What happened?

The program "ZRFCASH20" was called incorrectly.

Error analysis

Program "ZRFCASH20" was called by program "SAPLSAPLFCJ_PROCESS_MANAGER"

using the SUBMIT statement.

You attempted to pass a selection table or a value range to the parameter "SD_BUKRS" in the

program "ZRFCASH20", but this was not possible.

Trigger Location of Runtime Error

Program ZRFCASH20

Include RSDBRUNT

Row 4.811

Any help?

Thank you

Gino Bonfiglioli

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi

Change your report:

SELECT-OPTIONS sd_bukrs FOR tcj_c_journals-comp_code OBLIGATORY.

and all "call function" where is sd_bukrs on sd_bukrs-low

and change in SELECT ... WHERE comp_code = sd_bukrs on comp_code in sd_bukrs

che_eky
Active Contributor
0 Kudos

This post is over 4 years old

Former Member
0 Kudos

Gino won't use, but can other.

Former Member
0 Kudos

hi

can you please tell me what is the standard script or smartform for print program rfcash20 or rfcash00.

former_member480606
Participant
0 Kudos

I solved it, I had to modify the standard in order to print my SMARTFORM