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

Program "RFITEMAP"

Former Member
0 Likes
3,245

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.

4 REPLIES 4
Read only

Former Member
0 Likes
1,929

"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.

Read only

madhu_vadlamani
Active Contributor
0 Likes
1,929

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.

Read only

0 Likes
1,929

Hi Madhu ,

I never used BTE .Can u please guide for this particulay Program where and how to use it?

Appreciate ur deatil help.

Read only

0 Likes
1,929

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.