cancel
Showing results for 
Search instead for 
Did you mean: 

abap

Former Member
0 Kudos

1.Where icons will be stored in abap?

2.what is the transaction we use for data analysis?

3.when program is created and need to be transported to production does selection texts also go with them?if no how do u make sure? can we change the CTS entries?how do u do it?

4.What is the table maintenance generator?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Dear Sreevani,

1.Where icons will be stored in abap?

ICONS will be stored in Data Dictionary and the table name is : ICON

2.what is the transaction we use for data analysis?

your question is not clear, plz explain in detail.

3.when program is created and need to be transported to production does selection texts also go with them?if no how do u make sure? can we change the CTS entries?how do u do it?

go to SE09 and there you can check whether the entry is like R3TR PROG ZPGM(ur zpgm name) then selection text will go w/o fail. but if the entry is like LIMU REPS ZPGM then Selection text will not go and you can add an entry manually from SE09 for selection text like LIMU REPT ZPGM.

4.What is the table maintenance generator?

Table Maintenance Generator for table maintenance and if you want to add records then you must maintain Table Maintenance Generator and also if you want Add/delete/modify your table fields after you created and activated the table TMG must required.

Regards,

Param Reddy.

Answers (0)