‎2007 Oct 29 7:24 AM
Hi,
I have a requirement where i need to append the existing table control with my own fields this is an existing program which i copied into Zprogram...please help me out in this regard more precisely.
Thanx in advance.
‎2007 Oct 29 7:30 AM
H Anil,
First you have to declare whatever additional field u want in the ITAB of the table control.Then ,to add fields in Table Control ,In screen painter drag the I/O field box into the table control and give the field name for that I/O box.
‎2007 Oct 29 7:29 AM
hi anil,
check this link,
http://help.sap.com/saphelp_nw04/helpdata/en/fb/ac5f4261ae11d295b10000e82de14a/frameset.htm
Reward me if useful.......
Harimanjesh AN
‎2007 Oct 29 7:30 AM
H Anil,
First you have to declare whatever additional field u want in the ITAB of the table control.Then ,to add fields in Table Control ,In screen painter drag the I/O field box into the table control and give the field name for that I/O box.
‎2007 Oct 29 7:39 AM
Hi vigneswaran,
when i am appending the values to the additonal rows the output screen is getting onlt the appended values not the existing values, so as per requirement i should display the existing as well as new values. for reference run the transaction MF50. In the transaction i need to enhance the upper table control with my additional fields.
Thnx in advance
‎2007 Oct 29 8:01 AM
Hi Anil,
I did not get what you are saying.Are you talking about Additional records in table control or additional fields in Table control.?
‎2007 Oct 29 8:41 AM
HI Vigensh,
I want to display additional records as well as existing records. i hope u get it now.
‎2007 Oct 29 9:19 AM
Hi,
I hope You are appending in these internal table AUSGABE_1,LI_HEAD right?...Just check the content of these itab in Loop endloop at PBO event in Layout.And also the line id has to be taken care in LI_HEAD table.Then only all the content in LI_HEAD will be displayed in Table control.
‎2007 Oct 29 12:33 PM
Hi,
Apart from these two tables which u mentioned above i need to populate the data in the internal table <b>TAB</b> can u please give me the detailed description where exactly i need to append these tables with my own data.Pls send me the the reply ASAP. As the requirement is high priority.
thanx in advance