2007 Jan 08 5:50 AM
Hi all,
I am using 2 subscreens. In the 1st subscreen I have place 1 field say customer num. in the 2nd subscreen I placed alv grid control.
step1: I entered customer number.
step 2: I placed cursor on the grid control and pressed enter button, in the debugging mode customer number is empty. Customer number what I enterd was not read.
Plz help
Hi all,
I am using 2 subscreens. In the 1st subscreen I have place 1 field say customer num. in the 2nd subscreen I placed alv grid control.
step1: I entered customer number.
step 2: I placed cursor on the grid control and pressed enter button, in the debugging mode customer number is empty. Customer number what I enterd was not read.
Plz help
2007 Jan 08 5:53 AM
Hi Rakesh ,
You have declared the customer number in ut top include .
And not locally in your PBO form .
I think you have declared locally or may be send ur code .
Please reward if useful.
2007 Jan 08 11:37 AM
HI Rakesh
data fval like kna1-kunnr.
use GET CURSOR FIELD cust_no VALUE fval. cust_no is screen field
with the above statement fval holds the screen field value
then go the second screen and use 'fval' .
Regards,
MB
Message was edited by:
M B
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |