2007 Dec 27 10:00 PM
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
2007 Dec 27 10:07 PM
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...........
2007 Dec 27 10:07 PM
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...........
2007 Dec 28 1:33 AM
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.
2007 Dec 28 1:36 AM
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
2007 Dec 28 1:49 AM
1.shall we use multiple ALV screen in a single window and
if possible shall we drilldown further?
Rgds,
Venkonk.
2007 Dec 28 5:09 AM
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.
2007 Dec 28 6:29 AM
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.