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

BAPI_INSPOPER_GETDETAIL

Former Member
0 Likes
1,755

Hello Friends,

I am using fm BAPI_INSPOPER_GETDETAIL to read results of inspection lots. Is there a way to increase the performance of this fm?

Following is how I call the fm in my program:

CALL FUNCTION 'BAPI_INSPOPER_GETDETAIL'

EXPORTING

insplot = output-prueflos

inspoper = '0030'

read_insppoints = 'X'

read_char_requirements = 'X'

read_char_results = 'X'

read_sample_results = 'X'

read_single_results = 'X'

  • READ_CHARS_WITH_CLASSES = ' '

  • READ_CHARS_WITHOUT_RECORDING = ' '

  • RES_ORG = ' '

char_filter_no = '1'

char_filter_tcode = 'QE11'

max_insppoints = '100'

insppoint_from = qapp-probenr

  • HANDHELD_APPLICATION = ' '

IMPORTING

  • OPERATION =

  • INSPPOINT_REQUIREMENTS =

return = return1

TABLES

insppoints = insppoints

char_requirements = char_requirements

char_results = char_results

SAMPLE_RESULTS = values

SINGLE_RESULTS = single_results

.

Thx in advance,

Ali

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,158

Hi Ali

what do you mean when you say 'Increase the performance'? Does this mean you want to process all the insplots at one go?

Lemme know.

cheers

shivika

Hello Friends,

I am using fm BAPI_INSPOPER_GETDETAIL to read results of inspection lots. Is there a way to increase the performance of this fm?

Following is how I call the fm in my program:

CALL FUNCTION 'BAPI_INSPOPER_GETDETAIL'

EXPORTING

insplot = output-prueflos

inspoper = '0030'

read_insppoints = 'X'

read_char_requirements = 'X'

read_char_results = 'X'

read_sample_results = 'X'

read_single_results = 'X'

  • READ_CHARS_WITH_CLASSES = ' '

  • READ_CHARS_WITHOUT_RECORDING = ' '

  • RES_ORG = ' '

char_filter_no = '1'

char_filter_tcode = 'QE11'

max_insppoints = '100'

insppoint_from = qapp-probenr

  • HANDHELD_APPLICATION = ' '

IMPORTING

  • OPERATION =

  • INSPPOINT_REQUIREMENTS =

return = return1

TABLES

insppoints = insppoints

char_requirements = char_requirements

char_results = char_results

SAMPLE_RESULTS = values

SINGLE_RESULTS = single_results

.

Thx in advance,

Ali

1 REPLY 1
Read only

Former Member
0 Likes
1,159

Hi Ali

what do you mean when you say 'Increase the performance'? Does this mean you want to process all the insplots at one go?

Lemme know.

cheers

shivika