Application Development 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: 

Very Important: Smart Form Questions - please help

Former Member
0 Kudos

Hi,

I have the following Smart Form issues that I need to take care of. Please help.

1. Are there any tutorials available online on building a template?

2. I have the following criteria for one of the Smart Form Windows : “If all line items have a contract status” of so & so values, display a certain message. This is in regards to PO output. How do I check all line items?

3. In a smartform program code, can you use loops? Do you need to follow Unicode compliant rules? Do you need to specify internal tables/can you?

4. How do you use a function module inside the program of Smart forms?

5. In regards to include text, can you make include text dynamic? Say in the midst of a paragraph, one of the words has to be the PO number of the processing PO.

Thanks,

Laura

1 REPLY 1

Former Member
0 Kudos

Hi!

1. Check out this one:

2. I don't understand what do you want exactly here...

3. Yes you can. You can use any ABAP source within an ABAP source code object.

4. Create an abap source code object and CALL FUNCTION ...

5. With Include text I don't think it is possible, but of course you can do this with an ABAP source code, using the READ_TEXT fm...

Regards

Tamá