2007 Feb 24 10:52 PM
Hello developers,
I have the following problem:
I have to write a report, which has an input-box where you can put in any number of a dynpro, which must contain a tablecontrol. Then the report should get the meta-data (column names, types , etc ) of that tablecontrol and write it down/display it or whatever.
So how do i get this Metadata? In which table do i have to search? How can i call a dynpro which exists in another program?
Thanks for your help.
Regards,
Basti
2007 Feb 24 11:16 PM
Hello Bastian,
I never done the same but i would try Fuba RS_SCRP_DYNPRO_READ_NATIVE to get the meta data.
The second part calling any dynpro in another program is definetely bound to fail - it is like calling any modularization unit. If the screen needs some globals to be initialized this can not work.
For just checking the layout again there is a FubA RS_DYNPRO_TEST.
Regards,
Klaus
Hello developers,
I have the following problem:
I have to write a report, which has an input-box where you can put in any number of a dynpro, which must contain a tablecontrol. Then the report should get the meta-data (column names, types , etc ) of that tablecontrol and write it down/display it or whatever.
So how do i get this Metadata? In which table do i have to search? How can i call a dynpro which exists in another program?
Thanks for your help.
Regards,
Basti
2007 Feb 24 11:16 PM
Hello Bastian,
I never done the same but i would try Fuba RS_SCRP_DYNPRO_READ_NATIVE to get the meta data.
The second part calling any dynpro in another program is definetely bound to fail - it is like calling any modularization unit. If the screen needs some globals to be initialized this can not work.
For just checking the layout again there is a FubA RS_DYNPRO_TEST.
Regards,
Klaus
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |