Answer Posted / ashok
I think this is related to webdynpro.....Cardinality shows
how many records that a node can store and how the data is
coming into node( entered by user OR from back-end )
EX: 1(user is entering) : n (node can store n no. of records ) .
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the buffering types?
Where do you create indexes in abap?
Explain how do you use structures in the abap programs?
What are internal tables? : abap hr
How to convert normal function module to bapi?
What are the differences between sap memory and abap memory?
How can we create callable modules of program code within one abap/4 program?
Does the call transaction method allow multiple transactions to be processed by sap? : abap bdc
How will u handle the situation – In a report using function module to generate a IDOC, How will u handle the error IDOC in the same report ?
Different types of locks?
A field-groups statement or an insert statement reverses storage space and transfers values. State true or false. : abap modularization
Sal abap on hana interview
if u take one worst program,in this program user write the logic is session method.in that program user can get some errors ,that errors we will see in call transaction method,how it is possible.?
What does an EXEC SQL stmt do in ABAP? What is the disadvantage of using it?
i have executed a report via back ground job, in this report i have used enqueue and dequeue function modules on a table, but before releasing the lock(before dequeue function module is not call) job gives the dump, so the lock is not released the table, here my question is how to set the lock automatically release the there is a short dump before calling the dequeue module?