We have added search box. Key in SAP issue keyword to search
TopBottom

Announcement: wanna exchange links? contact me at sapchatroom@gmail.com.

RE: [sap-abap] ABAP Report Text ID FKK0 language EN not found

Posted by Admin at
Share this post:
Ma.gnolia DiggIt! Del.icio.us Yahoo Furl Technorati Reddit

Posted by robphelan (Lead SAP Specialist)
on Jan 12 at 12:04 PM
Go to SO10 and make sure that text object exists.

---------------Original Message---------------
From: Dodgers
Sent: Wednesday, January 12, 2011 12:01 PM
Subject: ABAP Report Text ID FKK0 language EN not found

I'm having a problem with my program. I added the following code and I'm getting the below error from 'FKK0' can anyone help with my problem?
*&---
*& Form DISPLAY
*&---
* text
*---
* --> p1 text
* <-- p2 text
*---
form DISPLAY .
CALL FUNCTION 'READ_TEXT'
EXPORTING
* CLIENT = SY-MANDT
id = 'FKK0'
language = 'E'
name = opbel
object = 'FKKKO'
* ARCHIVE_HANDLE = 0
* LOCAL_CAT = ' '
* IMPORTING
* HEADER =
tables
lines = textlines
* EXCEPTIONS
* ID = 1
* LANGUAGE = 2
* NAME = 3
* NOT_FOUND = 4
* OBJECT = 5
* REFERENCE_CHECK = 6
* WRONG_ACCESS_TO_ARCHIVE = 7
* OTHERS = 8
.
IF sy-subrc = 0.
* MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
* WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
ENDIF.
endform. " DISPLAY





Text IDFKK0 language EN not found
Message no. TD600
Diagnosis
You want to read a text which does not exist in the data base (or update memory).
SystemResponse
Reading could not be carried out.
Procedure
You need to create this text:
1. Initialization (module INIT_TEXT)
2. Save (module SAVE_TEXT)

__.____._
Copyright © 2011 Toolbox.com and message author.

Toolbox.com 4343 N. Scottsdale Road Suite 280, Scottsdale, AZ 85251
Mark as helpful
View this online
  
robphelan
SAP ABAP Enthusiast

Contributed 100 posts in a group to earn a Bronze Achievement
Most Popular White Papers

In the Spotlight
Which response to your Toolbox.com Groups post was the most helpful? Use 'Best Answer' to mark highest quality content.
_.____.__

0 comments:

Post a Comment

T r a n s l a t e to your language