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

Include text does not exist

Former Member
0 Likes
4,807

Hi Experts,

I have connected customized smartform (YFI_REMINDER) which is a copy of F150_DUNN_SF to F150. Now, in F150 when I click on saple print out it gives the following error:

Please note that in the customized smartform, I have deleted all the text elements with Include Texts. Please suggest how to do?

Regards

Mani

1 ACCEPTED SOLUTION
Read only

former_member192023
Active Participant
0 Likes
3,176

FYI.

The picture below in the standard forms.

8 REPLIES 8
Read only

former_member192023
Active Participant
0 Likes
3,176

Hi Mani,

Use Global Search string  'PERFORM %MOVE USING %TEXTKEY-' in the function module  name of your SMARTFORMS name,

Not "YFI_REMINDER".

If you can find that, means there are include texts exist.

Then you can check table STXH of the include text.

Regards.

Read only

0 Likes
3,176

Hi,

I have found one. How to delete this?

I am finding in the smartform manually. Is there any shortcut?

Thanks in advance

Mani

Read only

0 Likes
3,176

I tried to find it out manually but unable to find include text.

Read only

0 Likes
3,176

Click that source and you may find the text name like below code.

PERFORM %WRITE_INCLUDE_TEXT USING <TEXTNAME> %TEXTKEY SPACE SPACE 'P'.

Then go to your smartforms and find that text named <TEXTNAME>

Regards.

Read only

0 Likes
3,175

in smartform there is also the ability to use the 'no error if include text is missing'

this is very useful in the event that the text is of an ad-hoc nature - and means you can have flexible layouts. Try and explore this first...

Read only

0 Likes
3,175

Hi Steve,

Thanks for the reply. The problem was to find the text element with include text. I copied from the standard form.

Mani

Read only

former_member192023
Active Participant
0 Likes
3,177

FYI.

The picture below in the standard forms.

Read only

0 Likes
3,175

Feiyun,

Bingo.

The functional specification has many logics given. The logics have tables which are not there in the smartform or driver program, it would be great if you could give a sample code of how to retrieve data from another table.