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

abap questions

Former Member
0 Likes
474

pls kindly reply following questions.

1. if u hv 5000 records in BDC n u get 3000 errors how can u rectify

them as a enduser.

2. diffrence between list & grid.

3. difference between customer order/purchase order

4. diffrence between table & template

5. can u write set of lines in the script without changing print

pogram.

6. while uploading VA01 in BDC , how can u scroll the line items. is

there any code 2 scroll.

7. diference between check table & value table.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
445

Hi srihari,

<i><b>1. if u hv 5000 records in BDC n u get 3000 errors how can u rectify

them as a enduser.</b></i>

If any error is there in format ,first it will not upload/download.

If any wrong data with right format,no body can do any thing .if it comes to notice rectify and change the data again.

<i><b>3. difference between customer order/purchase order</b></i>

A production order is a business object which forces the production of some material, meaning that you make it in some way, assembly, mixing, whatever.

A purchase order is a business object which forces a purchase to a vendor. Meaning that you want to order material(usually raw material) from an outside company to use to make your material.

Regards,

Ramesh.

pls kindly reply following questions.

1. if u hv 5000 records in BDC n u get 3000 errors how can u rectify

them as a enduser.

2. diffrence between list & grid.

3. difference between customer order/purchase order

4. diffrence between table & template

5. can u write set of lines in the script without changing print

pogram.

6. while uploading VA01 in BDC , how can u scroll the line items. is

there any code 2 scroll.

7. diference between check table & value table.

2 REPLIES 2
Read only

Former Member
0 Likes
445

Hi srihari,

for better responses make every questiion as a new post.

<u><b>2. diffrence between list & grid.</b></u>

1. For all practical purposes, they are the same.

2. Some differences:

a) from abap coding point of view,

alv list is done with Function modules,

alv gris can also be done with FM,

but can also be done using OO concepts.

b) Alv grid (using oo concept) requires

designing the screen layout .

Hence, in one screen, we can show more

then one alv grid

(we cannot show more than

one alv list on one screen)

c) ALV grid uses ActiveX controls

present on the Presentation Server.

Hence, it consumes More Memory

on the presentation server.

d) ALV LIST is Display Only.

Whereas

ALV Grid Can Be made EDITABLE for entry purpose.

e) In alv grid, these options are possible,

but not in alv list.

without horizontal lines

without vertical lines

without cell merging during sorts

display total lines above the entries

<i><b>4. diffrence between table & template</b></i>

Template is a static content so that itz layout cannot be changed dynamically.Eg.Tax forms etc..

Table is a dynamic content whose layout doesn't have fixed size ie.dynamic..eg..internal table contents..

<i><b>7. diference between check table & value table.</b></i>

A foreign key links two tables T1 and T2 by assigning fields of table T1 to the primary key fields of table T2. Table T2 is then known as the check table of the foreign key.

value table : when you define a domain, you already know that all fields that use the domain will need to be checked against a particular table. You can store this information in the domain definition by specifying a value table.

If you try to define a foreign key for a field that points to this domain, the value table of the domain is proposed as the check table for the foreign key.

Regards,

Ramesh.

Read only

Former Member
0 Likes
446

Hi srihari,

<i><b>1. if u hv 5000 records in BDC n u get 3000 errors how can u rectify

them as a enduser.</b></i>

If any error is there in format ,first it will not upload/download.

If any wrong data with right format,no body can do any thing .if it comes to notice rectify and change the data again.

<i><b>3. difference between customer order/purchase order</b></i>

A production order is a business object which forces the production of some material, meaning that you make it in some way, assembly, mixing, whatever.

A purchase order is a business object which forces a purchase to a vendor. Meaning that you want to order material(usually raw material) from an outside company to use to make your material.

Regards,

Ramesh.