cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Reg: Database tables used in Function module.

Former Member
0 Likes
235

Hi my name is sunil. i am a fresher to ABAP. i am having one doubt in Function module.can any one please solve my doubt and give the answer...

In function module C1CA_SD_INTERFACE_TO_EHS_NEW what are the standard database tables used to display the error messages in workflow inbox documents?

can you please guide me how to resolve my doubt.

Thanks & regards

Sunilkumar

Edited by: sunil29 on Feb 21, 2011 1:56 PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

Hello Sunil,

To my knowledge this function module does not creat workflow items.

It creates messages in the SAP application log.

I creates entries in the EH&S Report Shipment transaction (CVD1).

Transaction CVD1 mainly uses the tables CVDDH and CVDDP.

You should be able to debug this function module when you create an SDS output (set to processing in background) and run program RSNAST00 manually.

Hope this helps

Mark

Former Member
0 Likes

yes.. mark thanks for your reply i hope now my doubt solves.. thanks

Former Member
0 Likes

Hi Mark,

You have said It creates messages in the SAP application log. my question is how is it creating messages in the SAP application log. is there any database table used to create message in application log?

Thanks & regards,

Sunil

Edited by: sunil29 on Feb 21, 2011 2:35 PM

Answers (1)

Answers (1)

Former Member
0 Likes

I newly asked one question above please reply for that..

Thanks

Edited by: sunil29 on Feb 21, 2011 2:42 PM