on 2007 Jul 18 2:40 AM
I need to use a generic DS to capture changes to purchasing table EKET and need to delta enable it using BTE. I plan to use "01000740 APO-PlugIn: Goods receipt for purchase order" and need to edit the sample FM given (transaction FINF) for the purpose. The sample FM looks like...
FUNCTION SAMPLE_INTERFACE_01000740.
*"----
""Lokale Schnittstelle:
*" IMPORTING
*" VALUE(I_ELIKZ) LIKE EKPO-ELIKZ OPTIONAL
*" TABLES
*" T_XEKET STRUCTURE EKET OPTIONAL
*"----
(Need to add code here for capturing changes to table EKET)
ENDFUNCTION.
Can anyone help me with this?
AB
hi,
check this link and i feel it is helpful
Assign points if u found helpful
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Actually requirement calls for capturing changes to table EKBZ and EKPO and I have created a view on EKBZ, EKPO, EKKO and EKKON for the purpose. Since I could not find a BTE based off these tables but there is a BTE on EKET, therefore, I plan to include table EKET in my view ---> gen DS and capture the changes using BTE for EKET.
I have seen the 'How to guide' for BTE and am looking for suitable code.
AB
Keep in mind that if you do this, you'll only capture the changes when they occur in EKET. If there are changes in EKBZ, EKPO, EKKO or EKKON you won't know about them.
There are two tables in R/3, CDHDR and CDPOS, that "capture" all the changes to any document in any table in R/3. Maybe that could help you to monitor. But it won't be so easy.
Regards,
Luis
User | Count |
---|---|
67 | |
8 | |
8 | |
6 | |
6 | |
6 | |
6 | |
6 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.