Application Development 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: 

Some Question

Former Member
0 Kudos
107

Hello Guys ,

Can some one give me the answer of the following Question.

1. What is difference between Time constraint two, and three? What are the general function modules in organization?

2. What is customizing table in sap ABAP.

3 What is table maintenance generator?

4 Can we set a p f status for all the secondary lists in interactive reports? Please give me the details

5 Difference between table control and custom controls.

6 In a script how do you set font dynamically.

Regards

Swati Namdev..

1 ACCEPTED SOLUTION

Former Member
0 Kudos
86

Hi,

the remaining answers...

Time constraint 2 can have gaps, not mandatory but no overlapping records can be stored. Records shud be mutually exclusive.

Time constraint 3 can have gaps, overlapping records can also exist, non-mandatory.

The table control is used to display the contents of a table in a tabular format.

Custom control can be used for anything like ALV, etc...

Changing a font dynamically in SAPSCRIPT is not possible.

Reward points if useful....

Cheers,

Sam

2 REPLIES 2

ashok_kumar24
Contributor
0 Kudos
86

Some answers to your questions

What is customizing table in sap ABAP.

1. Customizing table is a very SPECIAL MASTER TABLE

where VERY IMPORTANT RECORDS are maintained.

2. Such records, affect calculations / flow / logic etc .

3. Important thing about customizing table,

is that it will ask for REQUEST NUMBER,

whenever we try to add / modify any record in it.

What is table maintenance generator?

Check these threads:

http://help.sap.com/saphelp_46c/helpdata/EN/cf/21eb6e446011d189700000e8322d00/frameset.htm

http://help.sap.com/saphelp_bw30b/helpdata/en/69/c2516e4ba111d189750000e8322d00/content.htm

Good Luck and thanks

AK

Former Member
0 Kudos
87

Hi,

the remaining answers...

Time constraint 2 can have gaps, not mandatory but no overlapping records can be stored. Records shud be mutually exclusive.

Time constraint 3 can have gaps, overlapping records can also exist, non-mandatory.

The table control is used to display the contents of a table in a tabular format.

Custom control can be used for anything like ALV, etc...

Changing a font dynamically in SAPSCRIPT is not possible.

Reward points if useful....

Cheers,

Sam