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

Wierd Problem in SmartForm

Former Member
0 Likes
643

Hi All,

I have a scenario where in i call two smartforms using VL02N transaction as follows:-

1. Goto Transaction VL02N

2. Enter particular Delivery No

3. Goto: Outbound Delivery -> Issue Delivery output.

4. I have two output types on the popup screen,for the two smartforms respectively.

5. I click on any of the output type and select “Print Preview”.

6. The print preview would show the form with all the data.

7. Then I click back to return to the popup for the output type.

8. Now without canceling the popup window, I select the second output type and select print preview.

9. What I find is the form is now displayed with all “#” character instead of the correct data. This happens in spite of the order of selection of the output type.

Please provide me if y'all have any suggestions/solutions.

Thanks in Advance.

Regards,

Neo.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
611

check LANG of the output type.

regards

Prabhu

check LANG of the output type.

regards

Prabhu

4 REPLIES 4
Read only

Former Member
0 Likes
612

check LANG of the output type.

regards

Prabhu

Read only

0 Likes
611

Thanks for your reply,

But where do i check the lanuguage of the output types.

Regards,

Neo.

Read only

0 Likes
611

I assume you use two seperate print programs for the two output types; have you tried debugging the second one to see where the issue lies? I'm thinking there is some problem in initializing the data.

Read only

0 Likes
611

Yes i have to print programs, but i mentioned it incorrectly before one is a sapscript and the other is a smartform.

While debugging i found out that at one point in the sapscript, i have uline(120) with helve 6.0 as the paragraph format there the debugger stops and doesnt allow me to go ahead. On double clicking the messages which comes in the bottom of the screen, it says that the charachters will be converted to '#'.

Regards,

Neo.