former_member478603
Participant
Member since ‎08-18-2014

User Statistics

  • 58 Posts
  • 0 Solutions
  • 2 Kudos given
  • 12 Kudos received

User Activity

Hello All, I am adding some fields for basic list in query and as soon as I log off from SAP system the changes are reverted back. What could be the issue? Any help would be appreciated. Thank you
I have everything generated for database table. And now i want to remove one of the key field from table and make it normal field. How this could be achieved? Just removing it from table gives me an error as, Old key field AGENCY_ID is now non-key ...
I have added transactional behavior with normal CDS views where ABAP structure is generated. But for CDS entity we don't have ABAP structure. May I know if we can add transactional behavior using ODATA for CDS Entities?
Does Global feature control and static feature control means the same?
I want to add all the columns and rows for this table PMCO e.g : add all 16 fields in this table for single order. How can i achieve it. I thought the below way sum all the columns first and then use temporary variable saying add( w + w1). but it s...