cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Controlling Area Text

Former Member
0 Likes
1,764

Hi guys, i loaded Master Data for 0CO_AREA succesfully, but i cant seem to load text for this object. When i run rsa3 i get 0 records for the text. Does anyone have any ideas? Thanks all.

Accepted Solutions (0)

Answers (2)

Answers (2)

edwin_harpino
Active Contributor
0 Likes

hi,

not sure... check if table TKA01 contains data ?

Former Member
0 Likes

Table TKA01 does contain data

Former Member
0 Likes

Any help Please??!!!

Former Member
0 Likes

help??

Former Member
0 Likes

Can i get some help on this topic please?

Former Member
0 Likes

Hi dear,

are you running RSA3 without filter ?

Are you seeing in TKA01 the field BEZEI filled ?

Anyway, in this kind of issue, better to debug (checkbox in RSA3) your extraction and see where is the problem !

Former Member
0 Likes

Hi Roberto,

I am running RSA3 without a filter, and the field BEZEI is filled in TKA01 table.

edwin_harpino
Active Contributor
0 Likes

hi Ravi,

any authorization issue ? try with a user has sap_all authorization ?

Former Member
0 Likes

This is what i got from the debug:

SELECT * FROM TKA01 WHERE KOKRS IN

CLEAR L_S_TEXTS-LANGU.

L_S_TEXTS-COMKEY = TKA01-KOKRS.

L_S_TEXTS-TXTMD = TKA01-BEZEI.

APPEND L_S_TEXTS TO E_T_TEXTS.

ENDSELECT.

Does this mean anything?

Former Member
0 Likes

Any help on this please?1

Former Member
0 Likes

Dear,

SELECT * FROM TKA01 WHERE KOKRS IN (here you miss something !!! a range selection...)...

Anyway, check if this select takes some data (check if TKA01-KOKRS and TKA01-BEZEI are filled !!!)

Former Member
0 Likes

Hi Roberto-

here it is:

SELECT * FROM TKA01 WHERE KOKRS IN R_KOKRS.

CLEAR L_S_TEXTS-LANGU.

L_S_TEXTS-COMKEY = TKA01-KOKRS.

L_S_TEXTS-TXTMD = TKA01-BEZEI.

APPEND L_S_TEXTS TO E_T_TEXTS.

ENDSELECT.

TKA01-KOKRS and TKA01-BEZEI are both filled!

Former Member
0 Likes

And are you not able to find where E_T_TEXTS misses these records ?!

edwin_harpino
Active Contributor
0 Likes

hi,

are you using 0CO_AREA_TEXT datasource ?

Former Member
0 Likes

yes i am using the 0CO_AREA_TEXT datasource