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

Master data updatable

Former Member
0 Likes
701

Dear Experts,

Right now i am in intergation project ,we maintaining master tables strucutre in non-sap system as like in sap

tables for eg:customer master table , material master, price master , tax master . At end of each day, we ll exchange day-today transcation from non-sap system to sap, sap system to non-sap system, Now my requriments i want updata master tables data ,how can i will get, if any new entries in master table and any changes made exiting master data. i want update to non-sap system .

Is there any Bapi get datas from master tables by giving input as created date and changed date.

please reply when you have the time. it will very helpful.

thanks in advance.

Edited by: kishan P on Oct 27, 2010 4:14 PM

4 REPLIES 4
Read only

Former Member
0 Likes
669

Hi,

All new data creations and updations in SAP will be stored in the change history tables.

CDHDR(header data) and CDPOS(item level data). Please check the tables by passing the relevant data object and you can filter them on the date(UDATE) and user name(USERNAME)

If your requirement suffices with above tables, you can find many function modules to get the data from these tables in SDN.

Hope this helps

Regards

Shiva

Read only

0 Likes
669

can u pls say some functional module

Read only

0 Likes
669

Have you searched for BAPIs or functions in the BAPI browser or function builder for particular objects? There are too many possible functions to just dump a list. I don't understand the point of maintaining all master and transaction data in both systems either, but have you considered using change pointers and ALE/IDOCs for the master data? You can filter or strip down the IDOCs to meet your needs; it doesn't matter that the receiver is non-SAP.

Read only

0 Likes
669

Dear experts,

I not know any thing about ALE and IDOC , please guide me to achive the above requriment through ALE and IDOC , it will very helpful to me , and suggest some links about ALE/IDOC.

Moderator message: sorry, these forums cannot replace proper training, please search for available documentation or attend classes.

Edited by: Thomas Zloch on Oct 28, 2010 11:51 AM