cancel
Showing results for 
Search instead for 
Did you mean: 

name2 and name3 in the payment advice note sapscript form.

Madhurivs23
Participant
0 Kudos

Hi All,

I got a requirement to show the name2 and street1, street4 of Vendor in the payment advice note sapscript form. Some of the values are getting displayed though. Since they are coming from the REGUH table. But some values such as street2, name2 are not present in the record of the REGUH table. From where these values gets stored in REGUH table and is it functional ppl's work to make them populated in the REGUH table through some Tcode?

IF &PAGE& EQ '1 '

INCLUDE &REGUD-TXTAB& OBJECT TEXT ID ADRS

ENDIF

ADDRESS PARAGRAPH AS

TITLE &REGUH-ZANRE&

NAME &REGUH-ZNME1&, &REGUH-ZNME2&, &REGUH-ZNME3&, &REGUH-ZNME4&

STREET &REGUH-ZSTRA&

POBOX &REGUH-ZPFAC& CODE &REGUH-ZPST2& CITY &REGUH-ZPFOR&

POSTCODE &REGUH-ZPSTL&

CITY &REGUH-ZORT1&, &REGUH-ZORT2&

REGION &REGUH-ZREGI&

COUNTRY &REGUH-ZLAND&

FROMCOUNTRY &T001-LAND1&

ENDADDRESS

Thanks in advance,

Rgds,

Madhuri

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

check based on REGUH-ADRNR = ADRC-ADDRNUMBER and fetch the required data from ADRC table.....

Former Member
0 Kudos

Hi,

Check table ADRC.

regrds,

Rajesh Vasudeva

Madhurivs23
Participant
0 Kudos

I wanted to know that why all the fields are not getting saved in REGUH table. why some of the fields only.? is there any functional side setting to populate these fields also?