2008 Jan 25 6:47 AM
Hi every body,
I have one issue in my table control it is showing 4 rows, and in quality it is showing 3 rows , so how to solve this error to upload data, in quality box.
thanks & Ragards,
vinesh.
2008 Jan 25 6:49 AM
Hi,
Do the code as below.
data:lv_options like ctu_params.
lv_options-defsize = 'X'.
CALL TRANSACTION tcode.....
OPTIONS lv_options.
Rgds,
Bujji
Hi,
Do the code as below.
data:lv_options like ctu_params.
lv_options-defsize = 'X'.
CALL TRANSACTION tcode.....
OPTIONS lv_options.
Rgds,
Bujji
2008 Jan 25 6:49 AM
Hi,
Do the code as below.
data:lv_options like ctu_params.
lv_options-defsize = 'X'.
CALL TRANSACTION tcode.....
OPTIONS lv_options.
Rgds,
Bujji
2008 Jan 25 6:53 AM
While doing recording for your transaction, do not enter the details directly into the table control.
Always Press "Insert" button and then enter the first record details in table control.
As a result, user command for "insert" button is captured in your recording.
Then in the program, put a loop on the part containing "insert" command and the field values.
Then there qwould be no issue, if the quality server has higher number or lower number of rows in the table control.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |