cancel
Showing results for 
Search instead for 
Did you mean: 

Delivery form with email output had email on the second line

Former Member
0 Kudos

The Deivery output form is confirgured for output type email. That is working well. But the email address is also printing on the second line in the address window. We dont want that. I wnder where that is coming from?

The Address window is as follows

/: ADDRESS DELIVERY PARAGRAH AG

/: TITLE &VBDL-ANRED&

/: NAME &VBDKL-NAME1&, &VBDKL-NAME2&. &VBDKL-NAME3&, &VBDKL-NAME24&.

/: STREET &VBDKL-STRAS&

/: CITY .....................

/: POSTCODE .....................

/: COUNTRY ..........................

/: REGION ...................................

/: FROMCOUNTRY .........................

/: ENDADDRESS ...................................

Where is the email printing on the second line of ths window?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi ,

Keep a Break-point in the smartform and check the VBDKL table data properly.

This structure(VBDKL) may be populated in the print program.

Hope this will help you.

Regards,

Raj.

Edited by: RAJKUMAR KALAVAKUNTA on May 19, 2009 9:38 AM

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Check the four variable values &VBDKL-NAME1&, &VBDKL-NAME2&, &VBDKL-NAME3&, &VBDKL-NAME4&.......may be one of these variable is contains email id from print program...

Using perform statement we can delete email id from that variable.

Former Member
0 Kudos

Hi,

Check the values in these four variables....any one of these variable is getting populated with email id

&VBDKL-NAME1&

&VBDKL-NAME2&

&VBDKL-NAME3&

&VBDKL-NAME24&

Former Member
0 Kudos

How will that get populated? How do I check that?

Its not in KNA1 table fields NAME2, NAME3, NAME4 etc.

If I don't write those in the form what will happen?

If I just write field

NAME &VBDKL_NAME1& and omit the rest of the fields in Form, what will happen?