Thanks a lot for Quick reply , i never use BTE , can you please elaborate further ?
Re: F-28 BADI user EXit or BTE
Re: F-28 BADI user EXit or BTE
Hi,
Please check this post by Borja Muro .
BTEs - Business Transaction Events
Thanks and regards,
Subeesh Kannottil
Re: User exit / BADI to update EKET table
Hi ,
FUNCTION EXIT_SAPMM06E_017 is used for EKET update.
U need to update (SAPLMEPO)ETT[] table, because you can find changes of PO there.
Cheers!
Re: F-28 BADI user EXit or BTE
Hi Sanjay,
Please follow the below steps,
1) Go to T-Code FIBF, In Menu- Environment->Info System (P/S)
2) Select the BTE you want to implement.
3) press button Sample function module.
4) Now you will be directed to SE37, here copy the same function module to a Z function module(Please create a function group befor this).
5) Edit the code as per your requirement in the new function module.
6) Now go to transaction FIBF -> Menu settings-> products-> Of a customer and create a new product which identifies the new product. Remember to mark the Active field.
7) Go back to FIBF Tocde menusettings -> P/S FMs -> Of a customer create an entry that links the BTE and product with the new Z FM you created.
Please get back in case of any issues.
Regards,
Satish
Re: VA01/VA02 - multiple lines price determination
Hi Satish,
It didn't work. I either receive errors that the function does not exist in t185/T185F, or not hing is determined.
Thanks,
Marius
Re: VA01/VA02 - multiple lines price determination
Hi gurus,
Any ideas here ?
Thanks,
Marius
Screen Enhancement sap show half
Hi,
I add a tab in the the transaction RECN, my tab strip content 8 tabs and everything work fine but when I go in the transaction RECN to see the result I just see the half of the tab strip and there is enough place to display all of it, see attachment 2014-10-27 09-09-24.
If I change to redimension of the tab strip I see it full screen but there is missing some tab, see attachment 2014-10-27 09-36-28.
I look everywhere and had no clue how to solve it, I just want to see then entire tab strip. Does somebody know what's wrong?
Best regards
Re: F-28 BADI user EXit or BTE
Thanks all,
i create BTE as mentioned . and i put break point in Z function module .
when i run F-28 my FM is not triggered (no debug mode start) . how to move further ?
Custom Fields created for Vendor Group not appearing in OBD3
Hi,
Our Abaper has created some custom fields for Vendor Account group. Now we want to make the fields, as Optional, Suppress or Display in OBD3, but I am not getting the fields in OBD3.
Kindly suggest, what needs to be done for this?
Re: F-28 BADI user EXit or BTE
Hi Sanjay,
Did You do the 6th and 7th step i have mentioned.
regards,
Satish
Re: Production Order Save Exit
include LCOKO1FV4 .
FORM HEADER_CHECK_USER_EXIT using is_caufvd_old like caufvd
is_afpod_old like afpod
changing cs_caufvd_new like caufvd
cs_afpod_new like afpod.
write an implicit enhancement
sample code
if cs_afpod_new-charg is INITIAL .
cs_afpod_new-charg = '12345' .
endif .
Re: add tabs to VT01N/ screen exit VT01N, VT02N
Hi Ahsan,
I also got same requirement to add 2 custom fields at vt01n header level.
Please explain in details about the notes how can i achive.
Note 399075 - Layout of planning screen for the shipment
Note 400368 - Expand planning screen for shipment
Regards,
Maruthi S
Re: F-28 BADI user EXit or BTE
Hi All,
Thanks a lot for Quick help.
I created BTE as mentioned , but it doesn't work for my requirement.
hence i solved it as below .
in include MF05BFS0 i created implicit enhancement point in form " seltab_abarbeiten_s1 "
and wrote my code to skip particular invoices .
It is working fine for me in F-28 tcode .
Re: Custom Fields created for Vendor Group not appearing in OBD3
Hi Nabin ji,
Can u explain me briefly the issue.
Thanks & Regards,
Seshadri.
Re: F-28 BADI user EXit or BTE
Hi Sanjay,
Insteasd of using BADI/BTE use enhancement spot in program SAPMF05A where always this particular program triggers while processing..
If you require after selecting Process open items use BTE OPEN_FI_PERFORM_00000950_E
If required more you can let me know the process of doing it and at what point you need to code.
Regards,
Anand
Re: add tabs to VT01N/ screen exit VT01N, VT02N
Please go through the google search with "new tab in VL01N"
Click on first link related to **************** where you can get your issue solved.
Regards,
Anand.
Travel and Expenses-PR05
Hi Experts,
when we select multiple Travel Expense at once in T-code PR05, Trip Destination and Activity Type table is displaying only for the first Travel expense and the table is missing for the rest of the expenses. Moreover, if you choose all the expense one by one, we are getting the table correctly”.
But it is working in ehp 4 but when we upgrade to ehp 6.0 is not working.
Thanks,
Sundar
Re: sample code in PBO and PAI
Hi,
I think you find the answer but i still answered your question.
You can use the function module 'DYNP_VALUES_READ' to read value you want and use the function module ' HELP_VALUES_GET_WITH_TABLE' to get the values from kna1 table.
Good luck.
Re: Custom Fields created for Vendor Group not appearing in OBD3
Abaper has created custom fields to be assigned in Vendor Master. Now, I want to make the fields as mandatory.
But when I check that field in OBD3 I am unable to find the fields.
I want to get those fields in OBD3 in order to control them in future.
Deleting an existing extension to the IMG
Hi all,
How is it possible to delete an existing IMG extension? I am trying with transaction S_IMG_EXTENSION, but I dont see any delete function. My objective is to bring back the standard SAP IMG.
Thanks for your guidance.
Mario