‎2007 Sep 25 3:07 PM
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.
‎2007 Sep 26 7:30 AM
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
‎2007 Sep 26 7:30 AM
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
‎2007 Sep 27 2:59 PM
> 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