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

Temporary SO10 text

raul_daimiel
Participant
1,717

Dear all,

I’m having an issue – or at least a workaround – regarding how to get the styles ready for standard texts.

I have defined a TEXT object with its style for every ITEM TEXT to be printed.

When debugging it, I can see the data of the text which needs to be mapped.

It returns an error as long as there’s no chance to printed.These elements are not available in the system.

As long as I would need the TEXT object to be available for using the Styles, which would be a good approach for it?.

Should I:
1.- Use FM DELETE_TEXT to ensure there’s no previous text creation
2.- Use FM READ_TEXT to get the content of the text
3.- Use FM SAVE_TEXT using this content and create it so we can map it

Is there any additional way to get this "temporary“ standard text ready?

It would be just awesome if you would give me a hint!. 🙂

1 ACCEPTED SOLUTION
Read only

matt
Active Contributor
0 Likes
1,654

I think you need to save the standard text temporarily in the database (COMMIT WORK?) and then delete it when you no longer need it.

I think you need to save the standard text temporarily in the database (COMMIT WORK?) and then delete it when you no longer need it.

3 REPLIES 3
Read only

matt
Active Contributor
0 Likes
1,655

I think you need to save the standard text temporarily in the database (COMMIT WORK?) and then delete it when you no longer need it.

Read only

1,654

Dear Matthew!.

Thank you very much for your suggestion!!!.

That's pretty much the approach I was planning to do!!. 🙂

Sounds really good!. 🙂

I will apply it and will let you know the results!!. 🙂

Kind Regards!.

Raúl

Read only

matt
Active Contributor
0 Likes
1,654

This is smartform yes?