Final entry in the BDC Table?
Answers were Sorted based on User's Feedback
Answer / sathish kumar
Final Entry of bdc table is SAVE
bdc_okcode = 'save' ('/11')
Is This Answer Correct ? | 10 Yes | 4 No |
the structure we use in BDC Programming is BDC Data, In
which the last field is fval (internal table-field), BDC Ok-
code and cursor are not mandatory but we have to give the
value of fval hence I think the last field we pass is
internal table field name
Is This Answer Correct ? | 2 Yes | 0 No |
the structure we use in BDC Programming is BDC Data, In
which the last field is fval (internal table-field), BDC Ok-
code and cursor are not mandatory but we have to give the
value of fval hence I think the last field we pass is
internal table field name
Is This Answer Correct ? | 0 Yes | 0 No |
What is SQL Trace, how would you carried out performance analysis of ABAP code using SQL Trace? Give the steps?
What is pnp-sw-found ? : abap hr
in select _upto N ROWS IF N=0 THEN------------------are rows are selected?
How to display footer in every page in ALV report?
Differentiate between table and template ?
can we transport text elements and text symblos in reports from devlopment to quality?is it necessary?
will a break-point statement trigger in background job? say yes or no. then whats is the reason?
What is the purpose of sum statement?
How do you do effort estimation? Based on which parameters?
What are the system fields you have worked with? Explain?
How to implement a program (batch input) which reads a external text file with inventory data, and write these data in sap?
After transferring of data from flat file to application server i found that it is showing wrong data .Say i had currency in flat file as 1000.00 USD. After transferring i found it is showing as 100.000 in the application server. How will you handle this case?