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

BTE added fields not appearing

Former Member
0 Likes
1,206

Dear Experts,

In tcode: fbl5n, a custom field is being displayed through BTE 1650. (done by my collegue).

Now I need to add two more additional custom fields,so i have coded in the same function module used by my collegue and also in the corresponding structure RFPOS (through append structure).

But still the fields are not appearing.....can anyone pls help...........

Kind Regards

Sajid

Dear Experts,

In tcode: fbl5n, a custom field is being displayed through BTE 1650. (done by my collegue).

Now I need to add two more additional custom fields,so i have coded in the same function module used by my collegue and also in the corresponding structure RFPOS (through append structure).

But still the fields are not appearing.....can anyone pls help...........

Kind Regards

Sajid

5 REPLIES 5
Read only

Former Member
0 Likes
1,070

got my answer from above link

Read only

Former Member
0 Likes
1,070

Hello,

Can you please tell me how did you add a custom field in transaction FBL5N using BTE 1650

Thanks.

Read only

0 Likes
1,070

Dear Nikita,

go to fibf,

then menu-> settings-> products -> of a customer

product

ZPAYTRM

activate check

yes

menu-> settings-> ps modules -> of a customer

event

00001650

product

ZPAYTRM

fn module

Z_SAMPLE_INTERFACE_00001650 (copy from SAMPLE_INTERFACE_00001650)

u can write the code acc to ur logic

TABLES : TVZBT.

  E_POSTAB = I_POSTAB.

  CLEAR : TVZBT.

  SELECT SINGLE * FROM TVZBT WHERE SPRAS EQ 'E' AND ZTERM EQ E_POSTAB-ZTERM.
  IF SY-SUBRC EQ 0.
    E_POSTAB-VTEXT = TVZBT-VTEXT.
  ENDIF.

then add the fields which u require in rfpos table and rfposx tables through append

then run the program RFPOSXEXTEND

regards

sajid

Read only

0 Likes
1,070

Thanks i have followed all steps but after running transaction FBL5N i can't see newly appended structure.

I have appended a structure containing one field of type char(10) to RFPOS and i am not clear with the structure contents to be appended to RFPOSX. Can you please guide me?

if possible please answer for my query which i have posted for this BTE for screen enhancement.

Edited by: Nikita Chitre on Jun 26, 2009 11:08 AM

Read only

0 Likes
1,070

Dear nikita,

I have answered in ur BTE Screen enhancement question

https://www.sdn.sap.com/irj/scn/profile?userid=3732760

Regards

Sajid