2006 Jan 21 1:34 AM
Hi all.
I'm making a batch to load the job descriptions in the PP01 for each JOB "C" but it's a little dificult 'cause if i try to load a so very large text it loads it incomplete, so I wonder if there is a function to load a description for each job, I donn't know, may be passing as a parameters the ID of the job, the languaje and the text for example.
regards.
2006 Jan 21 2:26 AM
Hi Adrian,
Instead of a BDC, you can use the function module 'RH_OBJECT_DESCRIPTION_WRITE'to create Job Descriptions. In your custom Program, Put all the Jobs in a temp table; Loop at the temp table and call the above function for each job.
Regards,
Suresh Datti
2006 Jan 21 2:26 AM
Hi Adrian,
Instead of a BDC, you can use the function module 'RH_OBJECT_DESCRIPTION_WRITE'to create Job Descriptions. In your custom Program, Put all the Jobs in a temp table; Loop at the temp table and call the above function for each job.
Regards,
Suresh Datti
2006 Jan 21 2:46 AM
just i have a doubt about the table and the camps..
PTXT1002-TLINE (Line With Length 79 for Infotype 1002)
PTXT1002-TFORMAT (Tag column)
I don't understand those two camps.
cuild you be so kind to explain them to me please jeje.
2006 Jan 21 3:21 AM
Hi Adrian,
<b>PTXT1002-TLINE</b>: Allows you to enter a long text description for an object. You can enter any number of lines.
<b>PTXT1002-TFORMAT</b>: Output format for each line of text. It is optional and can be left blank.
The tag column contains format keys which define the output formatting of the text or initiate control commands.You can also use the SAPSCRIPT commands here.
A format key defines the beginning of a new paragraph and its formatting.
Regards,
Suresh Datti
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |