Application Development 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: 

About the IDOC's

Former Member
0 Kudos

Hi,

i have a requirement like fetching the data from the cdhdr table but the data would be the inbound idoc from the EDI system. i think that the EDI user will have no Tcode but there is a doubt to confirm. please let me know clearly whether if in the EDI technology if the data gets updated in my SAP system will there be a Tcode in the saved data or not, i am asking this coz if i need to fetch the data from the CDHDR table then i could use in where condition by giving the PO and the Tcode as space.

please if someone knows let me clarify.

thanks and regards,

md.ibrahim.

4 REPLIES 4

former_member404244
Active Contributor
0 Kudos

Hi,

No u won't get any tcode in EDI technology...

Reward if helpful.

Regards,

Nagaraj

0 Kudos

hi nagaraj,

i want the proof to say that there won't be any transaction code. please if you have any docs then provide me.

thanks and regards,

md.ibrahim

0 Kudos

Hi,

check the below link..

http://www.erpgenie.com/sapedi/index.htm

reward if helpful.

Regards,

Nagaraj

Former Member
0 Kudos

when ever u want to read change pointers data use the FM CALL FUNCTION 'CHANGE_POINTERS_READ'

EXPORTING

message_type = message_type

creation_date_high = creation_date_high

creation_time_high = creation_time_high

read_not_processed_pointers = C_PROCESSED_X

TABLES

change_pointers = t_chgptrs.

<b>Please Colse the thred when ur problem is solved,Raward Helpful answers</b>

Regrads

Naresh Reddy