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

WBS element creation

Former Member
0 Likes
542

Hi,

I have created WBS element using BAPI BAPI_BUS2054_CREATE_MULTI successfully. But, i am not able to create text for the same. Can any one help me out? .....i used FM CREATE_TEXT.. but its not getting effected in WBS element.

Is there any other FM exists or any other way to create the text..

Regards,

Sreenivas.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
469

Hi,

The reason being PRPS-TXTSP will be blank if the WBS element does not have an long text (LT). so you are not able to get the long text in the transaction eventhough you have saved your LT using CREATE_TEXT with right keys.

So try to update this field if it exists in your BAPI.

if not, you can do the following...

1 BDC recording,

for CJ20 tx, give the WBS element and go to the LT editor and in the ( traditional LT editor ) tag column second line put a '*' and save the transaction.

this will register the LT in table PRPS by populating the language in the field TXTSP.

2. As you have done earlier, with the right keys use FM CREATE_TEXT or SAVE_TEXT to save the LT.

Now in the transaction CJ20/CJ20N you would see the LT.

I have made the data migration by using above method which works fine.

Best Regards, Murugesh AS

2 REPLIES 2
Read only

Former Member
0 Likes
470

Hi,

The reason being PRPS-TXTSP will be blank if the WBS element does not have an long text (LT). so you are not able to get the long text in the transaction eventhough you have saved your LT using CREATE_TEXT with right keys.

So try to update this field if it exists in your BAPI.

if not, you can do the following...

1 BDC recording,

for CJ20 tx, give the WBS element and go to the LT editor and in the ( traditional LT editor ) tag column second line put a '*' and save the transaction.

this will register the LT in table PRPS by populating the language in the field TXTSP.

2. As you have done earlier, with the right keys use FM CREATE_TEXT or SAVE_TEXT to save the LT.

Now in the transaction CJ20/CJ20N you would see the LT.

I have made the data migration by using above method which works fine.

Best Regards, Murugesh AS

Read only

0 Likes
469

> Hi,

>

> The reason being PRPS-TXTSP will be blank if the WBS

> element does not have an long text (LT). so you are

> not able to get the long text in the transaction

> eventhough you have saved your LT using CREATE_TEXT

> with right keys.

>

> So try to update this field if it exists in your

> BAPI.

>

> if not, you can do the following...

>

> 1 BDC recording,

> for CJ20 tx, give the WBS element and go to the LT

> editor and in the ( traditional LT editor ) tag

> column second line put a '*' and save the

> transaction.

> this will register the LT in table PRPS by populating

> the language in the field TXTSP.

> 2. As you have done earlier, with the right keys use

> FM CREATE_TEXT or SAVE_TEXT to save the LT.

>

> Now in the transaction CJ20/CJ20N you would see the

> LT.

>

> I have made the data migration by using above method

> which works fine.

>

> Best Regards, Murugesh AS

> Hi,

>

> The reason being PRPS-TXTSP will be blank if the WBS

> element does not have an long text (LT). so you are

> not able to get the long text in the transaction

> eventhough you have saved your LT using CREATE_TEXT

> with right keys.

>

> So try to update this field if it exists in your

> BAPI.

>

> if not, you can do the following...

>

> 1 BDC recording,

> for CJ20 tx, give the WBS element and go to the LT

> editor and in the ( traditional LT editor ) tag

> column second line put a '*' and save the

> transaction.

> this will register the LT in table PRPS by populating

> the language in the field TXTSP.

> 2. As you have done earlier, with the right keys use

> FM CREATE_TEXT or SAVE_TEXT to save the LT.

>

> Now in the transaction CJ20/CJ20N you would see the

> LT.

>

> I have made the data migration by using above method

> which works fine.

>

> Best Regards, Murugesh AS

Hi Murgesh,

Thanks for ur help..its working fine now.

Do u know any function module which is used for budgetting like supplement/return

I appriciate if u can help on this...

Currently we are using...following FM

KBPP_EXTERN_UPDATE_CO.

THANKS

SREENIVAS