cancel
Showing results for 
Search instead for 
Did you mean: 

Not displaying region in sapscript

Former Member
0 Kudos

Hi,

I was trying to display the region for ship to party in sapscript but unable to display on the form.When i debug i am getting the value as 100 but only thing is not able to display on the form.

Is there any chance that anybody could help me out on this.

Thanks,

Priya.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

What values are you passing to the SAPScript and how are you printing them?

Are you using

/: ADDRESS DELIVERY PARAGRAPH AS

/: ADDRESSNUMBER &ADRN&

/: FROMCOUNTRY &CNTRY&

/: ENDADDRESS

it will print according to the postal regulations for the addressee country which may preclude using the region.

If you are just passing a value for region you'll need to convert it from the number value to the text value

SELECT SINGLE * FROM t005t WHERE spras = nast-spras

AND land1 = <country>

AND bland = <region>