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: 

Load job descriptions

Former Member
0 Kudos

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.

1 ACCEPTED SOLUTION

suresh_datti
Active Contributor
0 Kudos

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

3 REPLIES 3

suresh_datti
Active Contributor
0 Kudos

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

0 Kudos

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.

0 Kudos

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