27 Aug 2026

Edit button is greyed out in Manage profit center groups fiori app

 Edit buttom is diabled in manage profit center group fiori app due to program issue.

To resolve, Need to apply SAP Note 3731426 - Edit button is greyed out in Manage profit center groups

24 Aug 2026

BAT Development failing with Request failed with status code 403, while deploying to back end ABAP system.

 While deploying the developments done in Business Application Studio to Backend ABAP system giving error: Request failed with status code 403

Solution:

Check the Odata service is active in backend: ABAP_REPOSITORY_SRV

Check the authorizaton of Object S_DEVELOP in Backend. 

The authorization need to check for the user used in the BTP subaccount destinations.

19 Aug 2026

Destinations are not visible in Business Application Studio

We have created BAS tenant and user able tologin to BAs.

While connecting to systems, the Destination's are not visible.

But we have created in sub account destinations and those are working fine.

Solution:

Issue is, we did not maintained the parameters in Destinations. With out those parameters Destinations are not visible in BAS.

HTML5.DynamicDestination

true

WebIDEEnabled

true


after setting these paremetrs Destinations are visible in BAS.

12 Aug 2026

transport a customized Category together with repository assignment from OACT

 We configured the custom content server in OACO and created new category in OACT and asgined the Content Reporsitory to Category, But while transporting the entriies Category is showing in quality but repository is empty.



We have a note for this  issue, we need to add teh repository manually in the TR.

Go to task and opend and edit it.


Click on the ckey sybol

Add the above values. under Table keys we have to enter the repository id's
then Save and release and transport.
Reference: 3332669 - How to transport a customized Category together with repository assignment





9 Aug 2026

How to Edit and modify the table entry in SE16

Fist login to SAP and goto SE16

Enter table name and execute.



Now enter /h in transaction box and press enter. it will say debug is switched on.
then double click on the entry, it will open a new window in debug mode:

Now click on F7(Return) , it will directly take to below screen(if code = 'SHOW'
double click on code, it will display value right side.
click on change button and change the value to EDIT

Change te vlaue to EDIT
Once changed the valued, press enter.

Click on Continue button
It will take you back to SE16 in Editable mode.

Once you enter or modify the value, click on save. It wll give message: Database record created successfully.