Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Transaction code not defined

mrahhaoui
Participant
0 Kudos

HI Guru's,

I have a little problem, when I do a

SUBMIT rkaep000
    WITH SELECTION-TABLE i_tab
     TO SAP-SPOOL

I receive the following error message : "Transaction code not defined"

When I try also to run alone the program "rkaep000" se38, I receive the same error.

Anybody have a solution?

Regards,

MohameD.

2 REPLIES 2

_IvanFemia_
Active Contributor
0 Kudos

Hi,

in form 'ucomm_show_group' include RKAEPFOB the report execute some transactions based on selection:

KSH3 - cost center group

KAH3 - cost element group

CPH3 - process group

KOH3 - order group

check if these transactions work properly and also check if you have any modification in this report that execute some custom tcode.

Regards,

Ivan

Former Member
0 Kudos

Use call transaction method. Call the program by using following relevent t-code.

T-Code program Description

CJIG RKAEP000 800 80 Display PS Cash Documents

CPB1 RKAEP000 120 80 Business Processes: Act. Line Items

CPBP RKAEP000 220 80 Business Processes: Plan Line Items

KABP RKAEP000 400 80 Controlling Documents: Plan

KKAA RKAEP000 740 80 Sales Document Line Items Res.Anal.

KKCA RKAEP000 630 80 Cost Objects: Variance Line Items

KKCP RKAEP000 230 80 Cost Object Line Items - Plan

KKCS RKAEP000 130 80 Cost Objects: Line Items - Actual

KKFB RKAEP000 650 80 RS Header: Line Items Variance

KOB1 RKAEP000 110 80 Orders: Actual Line Items

KOB2 RKAEP000 310 80 Orders: Commitment Line Items

KOB3 RKAEP000 610 80 Orders: Variance Line Items

KOB4 RKAEP000 910 80 Orders: Budget Line Items

KOB5 RKAEP000 510 80 Orders: Maint. Line Item Settlement

KOB6 RKAEP000 510 80 Orders: Settlement Line Items

KOB7 RKAEP000 510 80 Orders: Line Item Settlement Retirem

KOB8 RKAEP000 710 80 Orders: WIP/Results Anal. Line Items

KOBP RKAEP000 210 80 Orders: Plan Line Items

KRMI RKAEP000 150 80 Run Sched. Header: Line Items Actual

KSB1 RKAEP000 100 80 Cost Centers: Actual Line Items

KSB2 RKAEP000 300 80 Cost Centers: Commitment Line Items

KSB5 RKAEP000 400 80 Controlling Documents: Actual

KSBP RKAEP000 200 80 Cost Centers: Plan Line Items

KVBI RKAEP000 140 80 Sales Documents: Line Items Actual

KVBO RKAEP000 320 80 Sales Documents: Commit. Line Items

Thank You,

Ganesh