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

Creating screen for header text

Former Member
0 Likes
525

Hi Experts,

I am creating a Z transaction for our business process. In the header part the users want to enter header texts as it is available in SO/PO etc. I know the function modules read_text, save_text and commit_text.

I would like to know how I will be able to create the texts types and assign it with my document numbers.

Thanks,

Abdullah

1 ACCEPTED SOLUTION
Read only

Sandra_Rossi
Active Contributor
0 Likes
443

This is described in [sap library - SAPscript Control Tables and Structures|http://help.sap.com/saphelp_nw2004s/helpdata/en/d6/0db81a494511d182b70000e829fbfe/frameset.htm] (transaction SE75, tables TTXOB, TTXID, etc.)

To make a relationship between a text (primary key TDOBJECT, TDID, TDNAME, TDSPRAS) and a document, concatenate document primary key into TDNAME field.

2 REPLIES 2
Read only

Sandra_Rossi
Active Contributor
0 Likes
444

This is described in [sap library - SAPscript Control Tables and Structures|http://help.sap.com/saphelp_nw2004s/helpdata/en/d6/0db81a494511d182b70000e829fbfe/frameset.htm] (transaction SE75, tables TTXOB, TTXID, etc.)

To make a relationship between a text (primary key TDOBJECT, TDID, TDNAME, TDSPRAS) and a document, concatenate document primary key into TDNAME field.

Read only

0 Likes
443

seems like a very nice link.. I will try and will let you know..

Thanks,

Abu