cancel
Showing results for 
Search instead for 
Did you mean: 

Country not showing in SAPscript

Former Member
0 Kudos

Hello Friends,

I am working on a sapscript and there is a code block in the sapscript.

It is an address endaddress code block, which includes followings .

/:
ADDRESS DELIVERY PARAGRAPH AS
/:
  TITLE    &SADR-ANRED&
/:
  NAME     &SADR-NAME1&, &SADR-NAME2&, &SADR-NAME3&, &SADR-NAME4&
/:
  STREET   &SADR-STRAS&
/:
  CITY     &SADR-ORT01&, &SADR-ORT02&
/:
  POSTCODE &SADR-PSTLZ&
/:
  COUNTRY  &SADR-LAND1&
/:
  REGION   &SADR-REGIO&
/:
  FROMCOUNTRY &T001-LAND1&
/:
ENDADDRESS

The problem is SADR-LAND1 field contains value 'BE'  and T001-LAND1 contains value 'DE'.

However, when it comes up to print out it doesn't display country name on the form displayed.

do you have any idea why it is like this?

Thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

gouravkumar64
Active Contributor
0 Kudos

This message was moderated.

Former Member
0 Kudos

Hi,

    Once again check T005 table also.

     And using addressing window , at that time data is varying  i.e data is not adjust

     and another way is to increase the ur address window . 

Former Member
0 Kudos

Hello Kumar Gourav Malik,

Thank you for your reply .

I have already checked  the window size which is enough for this.

and Country text available in  T005T .

Regards

Chandramani Jogdand

gouravkumar64
Active Contributor
0 Kudos

Hi,

Try with PERFORM.....(subroutine)

Thanks

Gourav.