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

textname in C201

Former Member
0 Likes
445

hi ,

How to find text name of Routing.

i need to upload master recipe through BDC.

i have decided to upoad long using creat_text function module .

the problem is i cannot found text name of ROUTIONG(text object).

when i saw in the header, the text name been concatenate by several items.

hi ,

How to find text name of Routing.

i need to upload master recipe through BDC.

i have decided to upoad long using creat_text function module .

the problem is i cannot found text name of ROUTIONG(text object).

when i saw in the header, the text name been concatenate by several items.

1 REPLY 1
Read only

Lakshmant1
Active Contributor
0 Likes
377

Hi balachandran,

The text name is concatenation of the following fields from table PLFV,

PLNTY Task List Type

PLNNR Key for Task List Group

PLNKN Number of the task list node

PLNPH Internal Sub-Calculation Number

PLNFT Internal process instruction number

MKMZL Internal PI characteristic/characteristic value number

ZAEHL Internal counter

Also you check the program SDTEXTE for creating/changing texts by passing the following parameters,

OBJEKT - ROUTING

TXID - PLFV

SPRACHE - SY-LANGU

NAME - Concatenation of the above mentioned fields.

Hope this helps

Thanks

Lakshman