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: 

Problem in BTE 00001650

sarang_gujrati2
Explorer
0 Kudos

Hi Experts,

m trying to implement BTE 00001650 to add fields in t-code fbl3n. but when i try to insert process 00001650 in t-code bf44 it says process not found in tps01.

Plz help

1 ACCEPTED SOLUTION

Sandra_Rossi
Active Contributor
0 Kudos

Maybe this BTE is a "Publish & Subscribe" BTE (TBE01, BF34 transaction, or FIBF = main transaction), not a "Process" BTE. Both types can be handled in the same way (don't ask me why there are 2 different types of BTEs).

4 REPLIES 4

Sandra_Rossi
Active Contributor
0 Kudos

Maybe this BTE is a "Publish & Subscribe" BTE (TBE01, BF34 transaction, or FIBF = main transaction), not a "Process" BTE. Both types can be handled in the same way (don't ask me why there are 2 different types of BTEs).

0 Kudos

I could just check in my ECC system that you must use transaction BF34 instead of BF44.

0 Kudos

Hello,

You should use BF24 and BF34. But you can achieve both in FIBF transaction. This is from the customizing side.

From ABAP side, you need to add the fields to the structures RFPOS and RFPOSX and extend the structure RFPOSTEXT.

Cheers,

Balaji

Former Member
0 Kudos

Hello,

Please check the SAP note 984305.

I did as mentioned in this note for adding fields in FBL3N and FBL5N.

Cheers,

Balaji