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: 

Create Table on standard text SO10 tcode

Former Member
0 Kudos
3,648

Hi Friends,

Can we create a static table with 3 rows and 3 columns in standard text tcode SO10.If yes can you please guide me how can we achieve it?

I need this table to be used in multiple forms.Thanks in advance.

Thanks.

Abhis

8 REPLIES 8

edgar_nagasaki
Contributor
0 Kudos
1,390

Hi Abhis,

Please give more details, an example would be helpful.

Regards,

Edgar

0 Kudos
1,390

HI Edgar,

Thanks for your reply.

I need to draw a static table with borders with  3 rows and 3.like example below.

Customer number     customer name

C1                           Name1.  

C2                           Name2.

C3                           Name3.

Just i have give example above.

Like above i need to create table with borders.

Can you guide me how can achieve this in SO10?

Thanks

0 Kudos
1,390

Okay, think I got it.

Let's see... You could create your "table" content as text in SO10 and draw outline box in form itself (e.g. a window), calling the text from this box. Another that happen to my mind now is to "draw" all this table as text in SO10 itself using special characters but it really doesn't sound as an usual solution.

Another one, once this table is static maybe you could upload your table as an graphic (SE78) and then show in your forms...

Sorry if I'm giving some inventive suggestions, it's quite late over here...

0 Kudos
1,390

Thanks Edgar for your reply.

Yes we can use option SE78.

But in our case values should pick from BOM tables and display them in  SO10 table.If we use SE78 option i think we can't pick values from program.If we draw table in SO10 then we can use program variable to pick BOM data from program.Any suggestion would be great.

If you need more details please guide. Appreciate your help.

0 Kudos
1,390

Hi Abhis,

Then your table content is variable, not static as I have understood...

At very begining I thought this SO10 approach wouldn't be the best one but wouldn't hurt if try but now I'm sure it's not the best way (once your data could change). Better to use regular data internal table/form table approach, SO10 using is for static texts. Please let me know if you need some directions about how to do this.

Edgar

0 Kudos
1,390

Hi Abhis,

Then your table content is variable, not static as I have understood...

At very begining I thought this SO10 approach wouldn't be the best one but wouldn't hurt if try but now I'm sure it's not the best way (once your data could change). Better to use regular data internal table/form table approach, SO10 using is for static texts. Please let me know if you need some directions about how to do this.

Edgar

Former Member
0 Kudos
1,390

Hello Abhis,

Please provide more details on ur requirement.

Rgds,

Deepti

Former Member
0 Kudos
1,390

Hi Abhi,

Help of Formatting options , you can achieve your requirement .

http://wiki.sdn.sap.com/wiki/display/ABAP/Formatting+options

Regard's

Smruti