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: 

guys i need some answers

former_member621510
Participant
0 Kudos

hi,

this is vishnu vardhan answer my questions.

1. how to debug the report which is background job scheduled ?

2.how come developer come to know that any object is in development ,quality or production?

3.if we have 5 records in the desktop then, how i can transfer these records to 10 records using BDC?

4.how we manipulate idoc structure to suit the requirement?

1 ACCEPTED SOLUTION

francisco_asensio
Participant
0 Kudos

Hi,

1. a Fix the break points.

b Create job.

c Go SM37

d Select the job and write "jdbg" in command line.

e use F8 to arrive to your breakpoints.

2. Already answered.

3 and 4. You have to eplain it better, sorry.

Regards,

6 REPLIES 6

Former Member
0 Kudos

Hi!

1. Run it online with debug mode. In the debugger set sy-batch from ' ' to 'X'.

2. You have to check the transport of the object. Use SE10 and STMS transactions for it. For program there is version handling in SE38, choose Tools - Versions menu

3. Explain it pls.

4. Explain it pls.

Regards

Tamá

kiran_k8
Active Contributor
0 Kudos

Vishnu,

1. how to debug the report which is background job scheduled ?

If the report is having a selection-screen then once getting the selection screen type in the command field /h.Try this.

2.how come developer come to know that any object is in development ,quality or production?

You can chek the SE09 transcation in which we can find the TR No tree under which you can find the TASK Number tree,one you pull down the tree here you can find the object assigned to that particular TR Num.If that TR is released then it is an indication that it has moved from Development to Testing.

But we have a table to know what you are asking.Try to get that table name by using dd02l in se11. or try using STMS transaction.

3.if we have 5 records in the desktop then, how i can transfer these records to 10 records using BDC?

NO IDEA.

4.how we manipulate idoc structure to suit the requirement?

NO IDEA.

K.Kiran.

francisco_asensio
Participant
0 Kudos

Hi,

1. a Fix the break points.

b Create job.

c Go SM37

d Select the job and write "jdbg" in command line.

e use F8 to arrive to your breakpoints.

2. Already answered.

3 and 4. You have to eplain it better, sorry.

Regards,

0 Kudos

Thanks Francisco,

You have given a more appropiate answer than me. Do you have any more EASTER EGGS of ABAP. Then please let me know. Commands like "JDBG",

where should i find them?

Please help.

Thanks and regards,

Ravi.

raviprakash
Advisor
Advisor
0 Kudos

Hi Vishnu,

I can help you with only the first one. Just follow the following step and you would be able to achieve it.

1) Use Transaction SM50. This would give you a view of all the background

processes running in the server.

2) Choose your background process from the list and got to

MENU "Program/Mode"->"Program"->"Debugging".

Now you can debug the program. Enjoy :).

NOTE: Please reward me points if you are satisfied with the answer :).

Thanks and regards,

Ravi.

former_member621510
Participant
0 Kudos

this question is answered.......