For which transaction you used BDC?
Answers were Sorted based on User's Feedback
Answer / amukund
Hi Shankar,
If you meant "Which transaction to use BDC", then I suppose
the answer is 'SHDB'.
Otherwise BDC can be used for any transaction. Its basically
used for data migration.
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / buddula15
This is vague question..
except Enjoy transactions(ME21N,ME51N etc.,) you can use
BDC for any transaction. Thats based on requirement.
Buddula15
Is This Answer Correct ? | 4 Yes | 1 No |
Answer / sabs
If Iam correct ,there are certain transactions for which
the recording is not possible hence we can not have BDCs
for them for eg transaction CT04.. as one of the
alternatives we can look for standard bapi which updates
the data.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / babu
shdb is only for recording, in that we can also update the
data record by record. for multiple files uploading we
prefer BDC. In BDC different types of transaction are there like
XD01,XK01,VA01,ME21N
in general we cant upload master data that means we never go
for transactionS like 'XD01' AND 'XK01'.
WE ALWAYS UPDATE TRANSACTIONAL DATA SO IN REAL TIME WE USE
TRANSACTIONS LIKE VA01,ME21N ETC.
REGARDS
BABU
Is This Answer Correct ? | 0 Yes | 1 No |
What are the events driven batch jobs?
What are some control break events in abap?
Explain what is the difference between sy-tabix and sy-index? Where it is used?
What is pseudo comment (#EC) and How it is different from normal comments(i.e. '*' and '"')
what are the fields in BDC Data?
What are roles and authorization objects?
What are the different types of abap reports in sap?
most commonly used command in Interactive Reporting?
What takes most time in SAP script programming?
1.How can u set more than one selection screen for one report? 2.Where u can provide initial values other than in INITIALIZATION event?
In interactive reporting, suppose i go to N'th list from basic list(primary data) & i wanna come back directly to basic list. So how can i achieve this without using ESC or back button?? Is it possible using set screen 0??
How to same internal table in same functional module?