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

Former Member
0 Likes
819

Hii,

1.Can ALE transfer CONTROL data?

2.table used for storing SAP scripts?

3.Which sy command is used in itab ? sy-tabix,sy-lisel,sy-colnam

4.my job schedulding contains 3 steps.if 2nd step fails,what will happen to 1st and 3rd?

5.which is last in BDC? F11,Program,transaction

6.For one time data trasfer,which u suggest? ALE,BDC Recording,direct update

7.which is not a table? transparent table,pooled table,table cluster,cluster table.

Thanks and regards,

Venkonk

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
796

Answers;

1.yes

2.TNAPR Table

3.sy-tabix

4.if job is falied in 2nd job means we reprocess the 2nd job

5.BDC_OKCODE

6.direct update

7.table cluster.

if useful reward with points...........

6 REPLIES 6
Read only

Former Member
0 Likes
797

Answers;

1.yes

2.TNAPR Table

3.sy-tabix

4.if job is falied in 2nd job means we reprocess the 2nd job

5.BDC_OKCODE

6.direct update

7.table cluster.

if useful reward with points...........

Read only

0 Likes
796

1.Do you mean ALE can transfer all the data (transactional/master/control)

4.If step 2 of job failed, is step 1 rolled back and step 3 does not process? Is it true?

rgds,

venkonk.

Read only

0 Likes
796

Hi,

1 - Yes. You can transfer all the data. If standard methods are not available then you may need to write your logic.

4. No step 1 will not be rolled back. And step 3 will not process.

Regards,

Atish

Read only

0 Likes
796

1.shall we use multiple ALV screen in a single window and

if possible shall we drilldown further?

Rgds,

Venkonk.

Read only

Former Member
0 Likes
796

2.SAP-Scripts names, and Print Program names are stored in Table TNAPR

3.SY-TABIX is used in Internal Table. it gives the Internal Table, Current Row Index

5.Transaction is the Last step in BDC. It calls for the Uploading T.code through CALL TRANSACTION.

6. For Onetime data transfer the Direct Update is suggested.

7.Table Cluster is not a Table.

Regards.

Read only

0 Likes
796

Hi all,

6. For Onetime data transfer the Direct Update is suggested.

Do u mean i can update the db table directly using UPDATE command? or i hav to create a BDC recording ?

Rgds,

Venkonk.