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

Capturing EPC error List into a local file using BDC

Former Member
0 Likes
463

Can anyone let me know the Code for downloading the EPC check Results into a local File using BDC...[<b></b>

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
435

You can use the function module

EXTENDED_PROGRAM_CHECK to get the errors and warnigs of a epc for a program.

then you can download that internal table information using GUI_DOWNLOAD fm.

Regards,

Ravi

2 REPLIES 2
Read only

Former Member
0 Likes
436

You can use the function module

EXTENDED_PROGRAM_CHECK to get the errors and warnigs of a epc for a program.

then you can download that internal table information using GUI_DOWNLOAD fm.

Regards,

Ravi

Read only

Former Member
0 Likes
435

Found the Solution