cancel
Showing results for 
Search instead for 
Did you mean: 

Document text not showing in form

Former Member
0 Kudos

Hie gurus, i have a problem. I'm creating an FI Payment Advice form, i copied the standard. now in the Financial accounting document there is text giving summary of transaction. how ever when it comes to the table REGUP "Processed items from payment program" used in the form to display line items there is no text pertaining to the document payment summary &REGUP -SGTXT&. but in table BSEG there is text. i have tried referecing BSEG (&BSEG-SGTXT&)from the form stil no text comes out. does anyone have an idea how i can get that text to show in the form.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi friend,

TO display text at least you must get data in table BSEG to your form variable to display. as you said, i think you did not pass value to &BSEG-SGTXT&. So please check again.

thanks,

Former Member
0 Kudos

what you need is TEXTNAME, TEXTOBJECT, TEXTID and language.

then make use of the INCLUDE statement or if you are in SMARTFORMS then use an include-text-node.

i hope i could help, if not, ask again with some more spicifications