Application Development and Automation 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: 
Read only

Problem with text determination invoice VF01

maria_merino
Active Participant
0 Likes
1,790

HI experts,

I have a problem with invoice text determination. In tx. VF01, creating an invoice from a sales order, I get some header text but I can't find where they come from. I think I've checked all the possible userexits, control copy.. but there's nothing. Any suggestion ?

I've seen that in STXH table they have one entry like for STXH-NAME = $000000001, and whenever they create an invoice, there's always the same text 😮

where can I see this text, apart from read_text?

Thanks in advance,

Maria

3 REPLIES 3
Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,343

Did you also check Customizing (tr. VOTXN) before Abap?

Also check for dump/update errors sequels such as temporary objects texts not cleared. In this case ask some Abapper to purge those texts from database. (Or look for an OSS note with keywords such as "Deletion of long texts" "temporary")

Read only

0 Likes
1,343

Hi Raymond, I'm the abapper 🙂 I don't know how to delete these textexcept by using /h.

I checked VOTXN with the consultant and everything seems ok.

We're going to talk with the user in order to know why they have this text..

Thanks !

Read only

1,343

Look at source of a program such as the one attached in note 134055 - Deletion of long texts for temporary notifications. (Copy and adapt constants of the report as TDOBJECT and TDNAME from notification to invoice)

Hints: Those garbage records are generated by inconsistencies/problems during save of a document, temporary key values are not renumbered and data is saved to database with the temporary keys.