Recording -- Transaction code?
Answers were Sorted based on User's Feedback
Answer / saveen kumar
Yes SHDB is for recording
Sm35 is for monitoring the session
Is This Answer Correct ? | 16 Yes | 0 No |
Answer / rams
SHDB for recording
SM35 for Bach input session over view
Is This Answer Correct ? | 10 Yes | 0 No |
Answer / mohan
shdb
ashwin i think SM35 is not for recording if its plz explain
it .
Is This Answer Correct ? | 7 Yes | 1 No |
Answer / ajeesh
General flow of a BDC program is like this....
1) First create recording for the T code which you want to
make BDC for... Use T code SHDB for recording.
2 ) Now save that recording and create pogram from that
recording using Create Program button. give the BDC driver
program name and create.
3 ) Now the general logic of BDC program goes like this....
- Upload Flat file into and internal table using function
module "UPLOAD"
- OPEN BDC GROUP.
- Now loop at that internal table which contains the data
from flat file.
- move data from internal table to fields of BDCDATA using
automatically gebnerated code from BDC.
- CALL TRANSACTION <T CODE> using BDCDATA...
- CLOSE BDC GROUP
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / suresh
SHDB is the tcode for recording and analysing the
transaction.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / ashwin gondane
there are two transaction codes
1) SHDB
2) SM35
Is This Answer Correct ? | 8 Yes | 8 No |
shdb is the tcode used for sending p.l data to data base
server.
Is This Answer Correct ? | 1 Yes | 7 No |
Difference between sy-tabix and sy-index? Where it is used? Can you check sy-subarc after perform?
difference between user exit and bdi
what exact functionality of the END-OF-SELECTION event? and in a report im using the END-OF-PAGE and END-OF-SELECTION events which one will triggers first?
We have 100 records in table how to fetch 10 th record?
What is full form of bdc session? : abap bdc
What has to be done to the packed fields before submitting to a BDC session.
How 10 Digits are stored in Packed Decimal?
im thinking to do sap course ....before doing that there shoud be any course to complete
How do you retrieve the data for repetitive structures
What are the time related infotypes? : abap hr
what is a ticket?
What is the use of update Function Module ? Where it is used and purpose ?