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

RealTime

Former Member
0 Likes
500

These are very urgent for me

1. Which client number you use for the current

project?

2. You are running a report. It is taking long time for

execution. What steps will you do to reduce the

execution time.

3. After running a BDC program in background, next

day morning when you see the results, few records

are not updated(error records). What will you do

then?

4. You are given functional specs for a BDC program

and you need to decide whether to write a method

call transaction or a session. How u will decide?

5. What is the difference between report and script?

6. what are the differences between scripts & smart

forms?

7. what are enhancements?

8. what are user-exits?

9. what is badi?

10. what is the difference between user-exit & BADIs?

11. what is the difference between user-exit &

customer-exit?

12. how do you get functional specs when you are

assigned some object? (specs through email..??)

13. How do you write technical specs?

14. How do you write UTP?(unit test plan)

3 REPLIES 3
Read only

Former Member
0 Likes
465

1.Client Number deppend with server

we use 100 for Development

500 for quality

700 for Production

2.User Another database table with relevent data or creare index for that table

3.there field types not match with your BDC field types

4.it will depend with functional team, what they want we will give it.

5.Scrip also one of report type.

6.script also code type report, smart form also object oriented layout (but you can code there)

12.we use e mail and hard copy with section head's signature.

Add rewads if helpful

Read only

0 Likes
465

Here is the answer.

1. Client name can be 100, 110, 120.

2.U need to use SQL trace and Se30 for performance issues.

3.U can process the error record again.

4.It will vary by situation, usually will be data volume.

5.Report and Script totally diferent techniques for reporting (u can see the details in sdn).

6.Basic is script is client dependent and smartform is client independent, more points ther refer SDN or other docs.

7. Enhancement is used to modify the std SAP code.

8,9. User exit and BADi used for Enhancement.

10.both are same purpose but BADI is build on OOPs

12. Email or hard copy.

13.You have write the Spec lie seudo code.

14.Again u have to writethe test plan.

Dont forgot to Reward point .

Read only

Former Member
0 Likes
465

hi vijay

1.selecting the client number is no way specific to anything.

2. when u want to reduce the runtime of ur report it means the performance of the report check with the selcet statements , dont join more than 2 or 3 table in join select statements, sort the tables before u process within the loop statements and also sort the tables by all the primary fields of tht table.

3.scripts were specifically opted for desiging forms etc.,

12. functional specs were given thru mails and not only specs of tht matter but for any kind of conversation is done thru mails