2011 Feb 21 6:59 PM
Hi guys the above program is the Tcode "FBL1N".When one execute this we get company code in the output.
Here my users needs Company name to be displayed.As company code in not important to the vendors when the information is faxed to them.They need to know from which company is this statment.
I have copied this program into "Z" and I am trying to debug exactly as to where can I insert this output filed ..I am really finding hard time to find out the exact location where I can insert this filed to be displayed.Can any expert in ABAP help me.I am new to SAP.
Regrads.
Hi guys the above program is the Tcode "FBL1N".When one execute this we get company code in the output.
Here my users needs Company name to be displayed.As company code in not important to the vendors when the information is faxed to them.They need to know from which company is this statment.
I have copied this program into "Z" and I am trying to debug exactly as to where can I insert this output filed ..I am really finding hard time to find out the exact location where I can insert this filed to be displayed.Can any expert in ABAP help me.I am new to SAP.
Regrads.
2011 Feb 21 7:33 PM
"When one execute this we get company code in the output." - I think you mean that output is in form layout.
if yes, please check the smartform name corresponding to output type (functional consultant can help you) and change that one.
T001 is the table to get company name.
Thanks.
2011 Feb 22 5:10 AM
Hi Sudha,
If you want to add only fields then go for BTE. No need copy the program and do. Please tell if need more help on this.
Regards,
Madhu.
2011 Feb 22 6:05 AM
Hi Madhu ,
I never used BTE .Can u please guide for this particulay Program where and how to use it?
Appreciate ur deatil help.
2011 Feb 22 6:16 AM
Hi Sudha,
Call FIBF transaction -> Settings -> Products -> ...of a customer
Create a new ,
Product : ZFI
Text : BTE Products for FI Exit
Product active : tick check fro activation.
Then you must call SE11 for structure RFPOS.
You must use append structure function for this structure and you can define ZFI_RFPOS append structure
Define 4 fields.
Component : KUNNR - Component type : KUNNR
Component : NAMED - Component type : NAME1
Component : LIFNR - Component type : LINFR
Component : NAMEK - Component type : NAME1
Then save and active your RFPOS structure.
After that, you must do same step for structure RFPOSX.
Then go to SE37 and copy from SAMPLE_INTERFACE_00001650 to ZFI_INTERFACE_00001650 FM.
After copy action, you must uncomment this line on ZFI_INTERFACE_00001650 FM's source code. It's very very important;
E_POSTAB = I_POSTAB.
Then you should add some ABAP code for getting customer & vendor details.
I give you some examples, you can use it. (next message on this thread, please check)
Then save and active FM.
Call FIBF
Given BY Burak.
Regards,
Madhu.
FIBF -> Settings -> Process Modules -> ...of a customer
Define a new line.
Process : 00001650
Function Module : ZFI_INTERFACE_00001650
Product : ZFI
SE38 transaction. report RFPOSXEXTEND.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |