cancel
Showing results for 
Search instead for 
Did you mean: 

Include text in smartforms

Former Member
0 Kudos

Hey Experts,

I am trying to print the standard text in smartform using text include. I have created a text box and put all the required values including the text type as include text as below.

Text Name &VBDKA-TDNAME&

Text Object VBBK

Text ID 0001

Language EN

Can anyone please guide me step by step.

Regards,

G. Shankar

Accepted Solutions (1)

Accepted Solutions (1)

former_member184657
Active Contributor
0 Kudos

You've got all the steps right. so whats your problem??

pk

Former Member
0 Kudos

The problem is the text is still not getting displayed. Do i need to declare anything specific before doing this procedure.

Regards

former_member184657
Active Contributor
0 Kudos

First and foremost check if the text is available for that document nmumber or not. Also check the size of the textbox, and things like that.

pk

Answers (6)

Answers (6)

Former Member
0 Kudos

Hi check the entry first . and check the size of the also..

and pass the controling parramete .and language parameter properly..

you will get it..

UR's

GSANA

Former Member
0 Kudos

Hi,

Before pass the value to the Text node. u have to include a code (Program Line).

use the function module CONVERSION_EXIT_ALPHA_INPUT . pass the value to this fm it will work.

Regards,

Sathis

Former Member
0 Kudos

hi,

there might be problem in conversion, because if you have your no in VBDKA-TDNAME 123456

but actual is like 0000123456 then it will not display text rather it says no text for 123456 in en and so.

thanks,

anupama.

Former Member
0 Kudos

you can pass Language &CONTROL_PARAMETERS-LANGU&

and tick the check box no error if no text exists.

Former Member
0 Kudos

check table stxh with the entries tht u have, whether the table contains text or not.

Former Member
0 Kudos

hi,

Check the values is getting passed in this varaible &VBDKA-TDNAME&.

You need to pass the values to the variable.

Former Member
0 Kudos

&VBDKA-TDNAME&

while debugging r u getting value for this? if you are getting value then give some more space to print that value.

Former Member
0 Kudos

HI,

can you tell what problem your facing..

Former Member
0 Kudos

The problem is the text is still not getting displayed. Do i need to declare anything specific before doing this procedure.

Regards