2006 Feb 20 7:30 AM
Hi Frédéric,
we dont want RFC. we need custom bapi. Can we extract the data from Cluster table?how?
Help me to display all content of CDHDR & CDPOS table while executing BAPI.
Thanks & regards,
Silviya T
2006 Feb 20 7:32 AM
Hi silviya,
"CHANGE DOCUMENTS" in SAP Terminology
1. For Eg : Any change
in the material master will be detected
and a mail will be sent to the concerned
employee.
THIS WILL ALSO DETECT WHICH FILEDS HAVE CHANGED.
IT CAN ALSO GIVE, The Old Value, And The New Value.
2. This Mechanism is called CHANGE DOCUMENTS in
SAP Terminology
3. 2 Fuction Modules are Required.
(They will fetch necessary data from CDHDR,CDPOS)
CHANGEDOCUMENT_READ_HEADERS
CHANGEDOCUMENT_READ_POSITIONS
4. The First FM gives list of all
records ( with change no) which have changed.
5. Loop at the above and the second FM will
provide the details (old-val, new-val) for
each record.
6. While using 1st Fm, i used docclass as 'MATERIAL'.
BCOS
the concept of change documents is applicable
to other type of documents also (depends upon
customization)
regards,
amit m.
2006 Feb 20 7:42 AM
Hi Amit,
Can you please code for that. I am new to BAPI.
Thanks & regards,
Silviya T
2006 Feb 20 7:44 AM
2006 Feb 20 8:25 AM
Hi Experts,
I want to create a cutomize BAPI.That has to show all content of CDCHR & CDPOS table. Input parameters are Transaction Code (CDHDR.TCODE) & date (CDHDR.UDATE).
Can anyone help me to do this.
what is the use of this Function module RFC_ABAP_INSTALL_AND_RUN? while executing this function module it is asking Input parameter PROGRAMNAME. i gave program name .but it is showing error " Report/Program statement missing.can any one test FM RFC_ABAP_INSTALL_AND_RUN & inform me whatis the error?
with regadrs,
Silviya T