‎2008 Aug 29 8:58 AM
Hi,
/: ADDRESS PARAGRAPH AS
/: TITLE &VBDKL-ANRED&
/: NAME &VBDKL-NAME1&, &VBDKL-NAME2&,
= &VBDKL_KUNWE&/: STREET &VBDKL-STRAS&
/: POBOX &VBDKL-PFACH& CODE &VBDKL-PSTL2&
/: POSTCODE &VBDKL-PSTLZ&
/: CITY &VBDKL-ORT01&, &VBDKL-ORT02&
/: REGION &VBDKL-REGIO&
/: COUNTRY &VBDKL-LAND1&
/: FROMCOUNTRY &VBDKL-SLAND&
/: ENDADDRESS
/: ENDIF
I need to display the kunwe field however, at debug it is not initial and has a value but is not displayed.
What is the problem?
Thanks.
Deniz.
‎2008 Aug 29 9:05 AM
I need to display the kunwe field however, at debug it is not initial and has a value but is not displayed./: ADDRESS PARAGRAPH AS
/: TITLE &VBDKL-ANRED&
/: NAME &VBDKL-NAME1&, &VBDKL-NAME2&,
= &VBDKL_KUNWE&/: STREET &VBDKL-STRAS&"here you are using continious line '=' is your window is wide enough to let VBDKL_KUNWE print?
/: POBOX &VBDKL-PFACH& CODE &VBDKL-PSTL2&
/: POSTCODE &VBDKL-PSTLZ&
/: CITY &VBDKL-ORT01&, &VBDKL-ORT02&
/: REGION &VBDKL-REGIO&
/: COUNTRY &VBDKL-LAND1&
/: FROMCOUNTRY &VBDKL-SLAND&
/: ENDADDRESS
/: ENDIFAmit.
‎2008 Aug 29 9:07 AM
Hi,
In command line the "=" does not works for new line. If it exceeds for more than one line use SHIFT + F8 instead of "=".
Try this it should work.
‎2008 Aug 29 9:36 AM
Hi,
/: ADDRESS PARAGRAPH AS
/: TITLE &VBDKL-ANRED&
/: NAME &VBDKL-NAME1&, &VBDKL-NAME2&, "here you enetr Shift F8 and enter below line."
= &VBDKL_KUNWE&/: STREET &VBDKL-STRAS&
/: POBOX &VBDKL-PFACH& CODE &VBDKL-PSTL2&
/: POSTCODE &VBDKL-PSTLZ&
/: CITY &VBDKL-ORT01&, &VBDKL-ORT02&
/: REGION &VBDKL-REGIO&
/: COUNTRY &VBDKL-LAND1&
/: FROMCOUNTRY &VBDKL-SLAND&
/: ENDADDRESS
/: ENDIF
and check window size also.
Regards
jana