Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Table Control in Infotype

Former Member
0 Likes
498

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.

1 REPLY 1
Read only

Former Member
0 Likes
477

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>.