cancel
Showing results for 
Search instead for 
Did you mean: 

Tables and includes texts in smartform

Former Member
0 Kudos

Hi, I'm new at smartforms and I have some questions...

I'm modifying a standard smartform (LB_BIL_INVOICE).

I see that there are included texts. Can I know what is the content of this standard text without launch the report? Any TC? Can I create new texts like that?

Referring to tables...

In this smartform, I see that it uses TABLE (named TABLEITEM), and it has several things different from tables I create later:

- It has a layer called events that table I created doesn't have (it says calculations ¿?).

- The symbol of the tables are different: Table I create has standard simbol of table in SAP (ICON_TABLE_SETTINGS), but table at the smartforms (TABLEITEM) has new mode icon (ICON_SYSTEM_MODUS_CREATE)...

How can I create these tables? I searched everywhere and I don't found it! I only can create from the other...

What's difference between one and another?

Anyone can help me, please?

Sorry for my english.

Oscar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Unfortunately INCLUDE TEXTS can be seen on the transaction where they are created and saved.

A work around could be to execute READ_TEXT from SE37 and pass the same parameters that you are being passed in the smart form, however in the form some of the parameters might be dynamic. So, if you know the values, then you can try that.

I am assuming TABLEITEM is a internal table in the smart form. Each table in the smart form can have events and these can be used to write specific things like header and footer for the tables. As this is a standard form, all these objects should already be created in the data dictionary.

Regards,

Ravi

Note - Please mark all the helpful answers

Former Member
0 Kudos

Thanks for your answer...

Can I then create internal tables like the standard form or may I use standard tables?

Former Member
0 Kudos

You can do it either wise.

In this case as we dealing with standar smart forms, lots of things will be already provided for you. So, we need to figure out what is available and make use of the same.

Regards,

Ravi

Note - Please close the thread if the issue is resolved.

Answers (0)