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

Extended Program Check results in Internal table

Former Member
0 Likes
876

HI,

How to get the Extended program check results into an internal table .

Thanks in advance.

Manohar

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
837

Hi,

Try using function module EXTENDED_PROGRAM_CHECK

Make sure the import parameter TEST_ALL = 'X' (By default it is not checked

Regards

HI,

How to get the Extended program check results into an internal table .

Thanks in advance.

Manohar

4 REPLIES 4
Read only

Former Member
0 Likes
838

Hi,

Try using function module EXTENDED_PROGRAM_CHECK

Make sure the import parameter TEST_ALL = 'X' (By default it is not checked

Regards

Read only

0 Likes
837

This function modules is not returning the complete message of the error.

Read only

0 Likes
837

Hi,

Which is the error that is not being fetched ? Please explain in detail

Regards

Read only

0 Likes
837

I mean If a function module having an error, then it (FM: EXTENTED_PROGRAM_CHECK) will return only the function name.

There is another FM called EXTENTED_PROGRAM_CHECK_SHOW, this function module will form the message using the above FM results.