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

About BTE function Module

Former Member
0 Likes
1,760

Hi All,

I have to send ACH payment advice thru email to all the vendors.

for this purpose i am using SAMPLE_PROCESS_00002040 function module. but while configuring it using FIBF tcode it is saying there is no such event in TBE01 table it says. Can anyone please respond quickly on how to overcome this?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,345

I think you have to copy it to z function module and in fibf you have to assign the event 00002040 and fn module as like ZSAMPLE_PROCESS_00002040 and product . Before assigning the product just check it whether it is active or not.

4 REPLIES 4
Read only

Former Member
0 Likes
1,345

create and entry in the table TBE01

Event: 00002040

Text: Give a name

Fuction module: SAMPLE_PROCESS_00002040

and save

the u can use it.

<REMOVED BY MODERATOR>

Edited by: Alvaro Tejada Galindo on Jul 9, 2008 11:30 AM

Read only

0 Likes
1,345

Hi Habib/Shiba

First thing is i am unable to create entries in TBE01. while creating an entry it is saying "First Create Data Element EV00002040 for the BTE". Then i went to SE11 and created data element with that name. But still the same error is coming while configuring in FIBF tcode.

Step1 : I have created a product in FIBF with active check box as checked.

Step 2: In FIBF , Environment>Info System(p/s)>Execute, i searched for 00002040 event. But this is not there? I still converted the FM in to 'Z', by directly going into se37.

Step 3: in FIBF, Settings>P/S Modules>Of a Customer. when i am trying to give event,product & function module name it is saying 'The Event 00002040 does not exist in TBE01".

Am I doing correct thing by going in to Settings>P/S Modules>Of a Customer or do i need to go to Settings>Process Modules>Of a Customer ?

Please suggest. An early reply is highly appreciated.

Edited by: prakash reddy on Jul 9, 2008 3:03 PM

Read only

Former Member
0 Likes
1,346

I think you have to copy it to z function module and in fibf you have to assign the event 00002040 and fn module as like ZSAMPLE_PROCESS_00002040 and product . Before assigning the product just check it whether it is active or not.

Read only

Former Member
0 Likes
1,345

hi,

first create zopy the original FM to Z Fm.

After activation attach using FIBF in the respective place.

check entry in TPS01 table.

now modify the code as per u r requirement.

<REMOVED BY MODERATOR>

Edited by: Alvaro Tejada Galindo on Jul 9, 2008 11:30 AM