2007 Jun 21 9:27 AM
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
2007 Jun 21 11:50 PM
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
2007 Jun 21 11:50 PM
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
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |