0

In credit note, in item data section, there is a tab with Texts. item data

Those credit notes are created by report/application where you upload file, then hit simulation and release mode button. Those 2 buttons contains a lot of code, but what those buttons do, they fill required tables and create credit note. I went through whole code and found all tables that contains "Notiz". Notiz in table I deleted those rows, but in the end, when credit note is created, there are still 2 texts with Notiz in item data.

Have you experienced something similar ? Or what are your suggestions ?

Sandra Rossi
  • 11,934
  • 5
  • 22
  • 48
Shushi
  • 31
  • 5
  • It doesn't work like that, these texts may be passed through file, output determination, idoc, service or whatever, and you deleted them in debugger from a temporary table that doesn't matter at all. – Suncatcher May 08 '20 at 09:53
  • `Those 2 buttons contains a lot of code` either try to understand what those code does or call for an ABAPer – Suncatcher May 08 '20 at 09:54

1 Answers1

0

Ok i found where is the problem. In table LT_BAPISDTEXT, in column ITM_NUMBER value is missing. value missing

I need to insert correct value from another table (LT_TEXT_LINES) correct value

enter image description here

enter image description here

Shushi
  • 31
  • 5