‎2008 Jul 09 7:44 AM
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?
‎2008 Jul 09 7:56 AM
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.
‎2008 Jul 09 7:51 AM
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
‎2008 Jul 09 1:50 PM
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
‎2008 Jul 09 7:56 AM
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.
‎2008 Jul 09 2:00 PM
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