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

Queries

Former Member
0 Likes
369

1. Which tool is used to manage and organize development objects?

2. What is the effect of false CHECK statement in a loop?

3. What can be found in the include BDCRECXX ?

4. How do you transport a script?

5. What are the different sections of a data record in an IDOC?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
327

1. Which tool is used to manage and organize development objects?

SE80

2. What is the effect of false CHECK statement in a loop?

Just skip all the statements within loop and comes out to endloop.

3. What can be found in the include BDCRECXX ?

BDCREXX has some standard source code within SHDB tcode..we can use this in our program..it contains the BDCDATA and selection screen statements..etc.

4. How do you transport a script?

We can transport script using SCC1 tcode or RSTXTRAN program.

5. What are the different sections of a data record in an IDOC?

administrative section and data section.

Regards.

Dara.

1 REPLY 1
Read only

Former Member
0 Likes
328

1. Which tool is used to manage and organize development objects?

SE80

2. What is the effect of false CHECK statement in a loop?

Just skip all the statements within loop and comes out to endloop.

3. What can be found in the include BDCRECXX ?

BDCREXX has some standard source code within SHDB tcode..we can use this in our program..it contains the BDCDATA and selection screen statements..etc.

4. How do you transport a script?

We can transport script using SCC1 tcode or RSTXTRAN program.

5. What are the different sections of a data record in an IDOC?

administrative section and data section.

Regards.

Dara.