2009 May 05 1:39 PM
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
2009 May 05 1:53 PM
2009 Jun 26 7:41 AM
Hello,
Can you please tell me how did you add a custom field in transaction FBL5N using BTE 1650
Thanks.
2009 Jun 26 7:58 AM
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
2009 Jun 26 9:45 AM
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
2009 Jun 26 10:28 AM
Dear nikita,
I have answered in ur BTE Screen enhancement question
https://www.sdn.sap.com/irj/scn/profile?userid=3732760
Regards
Sajid
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |