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: 

How to maintain table 'EDICONFIG'?

Former Member
0 Kudos

Hi, All

Our project get a problem: all the persons get a workitem in inbox. Its text is 'The IDoc have no data records'. We have found out the reason. Beacuse the rule 30000001 in task TS30000020 can not obtain the EDI Administrator user ID from table EDICONFIG, the workflow will send this workitme to all. We want create one into table EDICONFIG now. But is there any standard way to maintain talbe 'DEICONFIG'?

Thanks.

4 REPLIES 4

Former Member
0 Kudos

hi

check tcode we46

regards,darek

Former Member
0 Kudos

Hi, Darek

Thank you for your answer. But is not there any standard way to maintain table EDICONFIG? We want get the notification, but stop it sending to everyone. What can we do?

Rgards,

Kun

Former Member
0 Kudos

Hi, All

We have find a t-cdoe OYEA to set the EDI administrator. The entry will been saved in table EDICONFIG.

Thank Darek again.

Regards,

Kun

Edited by: kun deng on Jun 2, 2010 8:22 AM

0 Kudos

Hi All,

We are also facing same issue and every1 receiving workitem for task TS30000020. The FM - EDI_ROLE_FOR_MESSAGE is having query -

SELECT * FROM ediconfig INTO TABLE local_ediconfig_tab

WHERE uname = ediadmin_uname " EDIADMIN

AND edi_global = 'X'

AND edi_prog = '0009'.

I have check user id - EDIADMIN is not defined in our system. Please advice what what setting I have to do thru Tcode OYEA and do we need to create user with ID - EDIADMIN.

Thanks.