cancel
Showing results for 
Search instead for 
Did you mean: 

PO BOX not displayed in form

Former Member
0 Kudos

hi all,

i'm using sapscript to displayed this form... but when i debug the value for PO BOX is there but when print is not displayed... why this happened?

below is my coding...

TI &GV_FULLNAME& <A>&GV_REGNO&</>

/: IF &GW_ADD_COM-STR_SUPPL1& NE &SPACE&.

H5 &GW_ADD_COM-STR_SUPPL1&

/: ENDIF.

/: IF &GW_ADD_COM-STR_SUPPL2& NE &SPACE&.

H5 &GW_ADD_COM-STR_SUPPL2&

/: ENDIF.

/: IF &GW_ADD_COM-STREET& NE &SPACE&.

/: IF &GW_ADD_COM-HOUSE_NUM1& NE &SPACE&.

H5 &GW_ADD_COM-HOUSE_NUM1& &GW_ADD_COM-STREET&

/: ELSE.

H5 &GW_ADD_COM-STREET&

/: ENDIF.

/: ENDIF.

/: IF &GW_ADD_COM-STR_SUPPL3& NE &SPACE&

H5 &GW_ADD_COM-STR_SUPPL3&

/: ENDIF.

/: ADDRESS PARAGRAPH H5

/: LOCATION &GW_ADD_COM-LOCATION&

/: POBOX &GW_ADD_COM-PO_BOX& CODE &GW_ADD_COM-POST_CODE2& CITY &GW_ADD-COM-PO_BOX_LOC&

/: POSTCODE &GW_ADD_COM-POST_CODE1&

/: CITY &GW_ADD_COM-CITY1&, &GW_ADD_COM-CITY2&

/: REGION &GW_ADD_COM-REGION&

/: COUNTRY &GW_ADD_COM-COUNTRY&

/: FROMCOUNTRY &T001-LAND1&

/: ENDADDRESS

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi anuar,

Check the record for which you are displaying the PO BOX.

Regards,

Sravanthi

Former Member
0 Kudos

hi Anaur,

please check the following,

1. PO code entry in not empty in database table.

2. the variable u r using in script is correct.

3. you wrote the varable correct and ther line is of command line / feed line.