2012 Jul 12 2:11 PM
Hi.
I have a standard infotype (0706) with a table control.
I need insert a default values in this table control. I extend this IT for it (I can't use XPAD), but in ZP070600 I don't have access to this table control, because it is in MP070600.
The PBO of MP070600:
How can I access TC from infotype's extension?
Thanks in advance.
Hi.
I have a standard infotype (0706) with a table control.
I need insert a default values in this table control. I extend this IT for it (I can't use XPAD), but in ZP070600 I don't have access to this table control, because it is in MP070600.
The PBO of MP070600:
How can I access TC from infotype's extension?
Thanks in advance.
2012 Jul 13 11:30 AM
I could access through field symbols:
In ZP070600:
FIELD-SYMBOLS: <fs> type q0706_tab_type. (the type is the same than the type of TC in MP070600)
ASSIGN ('(MP070600)Q0706_TAB') TO <FS>.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |