Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Address at sapscript form

Former Member
0 Likes
556

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.

3 REPLIES 3
Read only

Former Member
0 Likes
502
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
/: ENDIF

Amit.

Read only

Former Member
0 Likes
502

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.

Read only

Former Member
0 Likes
502

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