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

help in BAPI

Former Member
0 Likes
570

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

4 REPLIES 4
Read only

Former Member
0 Likes
545

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.

Read only

0 Likes
545

Hi Amit,

Can you please code for that. I am new to BAPI.

Thanks & regards,

Silviya T

Read only

0 Likes
545

Have a look to the search option of the forum :

Rgd

Frédéric

Read only

0 Likes
545

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