Pooled tables schema can have tables in different places.
Clustered schema has tables together.
Status 51(document not posted), 53(posted sucessfully),02(Failed to transfer data to port),03(Data transfer to port OK),41(Application document generated in the target system)
It is a combination of multiple Elementary search helps
Shared Lock - Multiple users can access data in display mode. New change mode requests will be rejected is an object is SHARED LOCK
Exclusive Locks - Restrict other users to put any kind of lock on the same object
Exclusive but not cumulative lock - It is same as Exclusive lock except the fact that even the lock requests from the same transaction will also be rejected
Exclusive Locks - Restrict other users to put any kind of lock on the same object
Exclusive but not cumulative lock - It is same as Exclusive lock except the fact that even the lock requests from the same transaction will also be rejected
There might not be any need of indexes and secondary indexes in S/4 HANA as the whole table fields act like the index. But standard sap tables are delivered with indexes and we can define and use secondary indexes as well.
1. Create a Private Class
2. Declare a private attribute with reference to the same class, in which it is being declared.
3. Create a public static method with returning parameter, having a reference of the same class.
2. Declare a private attribute with reference to the same class, in which it is being declared.
3. Create a public static method with returning parameter, having a reference of the same class.
Yes it is supported in S4 HANA.
data: lo_ref type ref to object.
create object lo_Ref type ('ZCLASS').
call method lo_ref->('METH_1').
create object lo_Ref type ('ZCLASS').
call method lo_ref->('METH_1').
"If reusability is not the concern then we can go ahead with Open SQL only.
If reusability is needed then CDS is very useful also it can further be used in Odata & Fiori.
AMDP is useful when we want to have some very complex logic which requires looping and all also the need is to use SQL Script then we can go ahead with AMDP. But now with the birth of CDS table function we can use AMDP inside CDS."
If reusability is needed then CDS is very useful also it can further be used in Odata & Fiori.
AMDP is useful when we want to have some very complex logic which requires looping and all also the need is to use SQL Script then we can go ahead with AMDP. But now with the birth of CDS table function we can use AMDP inside CDS."
Append always add the new row at last position where in Insert we can specify the the Index for the new row