Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Recent Activity

Task 4 - Implement Criticality feature and create an Object page

This is the last task of the August Developer Challenge on ABAP Core Data Services. The responses we have seen so far is excellent and appreciate each one of you in taking time to complete the challenge. We have seen some good conversations about the...

Criticality.png

Task 1 - Create CDS View Entity ( August Developer Challenge )

First of all, thanks for the overwhelming response to the ABAP Developer Challenge. Kudos to everyone who took time out of their busy schedule and finished the pre-requisite – Task 0 last week.Now let us dive right into the challenge.Task 1 - In this...

2024-08-07_08-25-11.png
sheenamk by Developer Advocate
  • 83496 VIEWS
  • 212 REPLIES
  • 39 Likes

Resolved! Splitting a string

Hi all,I have a string as follows:DATA: d(20) TYPE c, d1 type string. d = 'xy10007101'.I want to get xy, 1000 and 7101 as seperate strings.Tried as follows but gives an error. d1 = d - d(2).How to get them seperately.Also If i have declared 'xy...

RFC destinations

Hi Guys,I am trying to interface 2 servers.1. COSMOS(NON SAP)2.SAPcosmos send data to SAP calling the RFC declared in SAP.SO Cosmos has the RFC connection set that calls the IP for My SAP server.Now what and where do I need to do the settingsin SAP ...

Resolved! RFC

Hi I created a new RFC enabled function module by copying an SAP function module in SE37.The function module is RFC_READ_TABLE.I modified it but cannot execute it as I will need the function module in the target server.Is there anyway for me to execu...

script output

Hi experts,the script output that is displaying in development is correct but in production the script outputis displaying somewhat different.The request is transported successfully.What is the problem .we need adjust any settings please help mebecua...

Resolved! BAPI for MB31

Hi,can any1 plz tel me the bapi for T.code MB31.what i have to do is:MB31 --->give movt. type (101), order, plant, stor. location, and press enterselct item > press Adopt+ details, then click on Adopt->Goto  Details from itemsthen Goto --> Classify ...

Noorie by Active Participant
  • 2064 VIEWS
  • 4 REPLIES
  • 0 Likes

update database table

Hello experts,i want to update a field in a database table.In production one value is posteb in the table is wrong.I know only through update statement we can update a field in the database table.Is it possible.Ex: update bseg set fname = ' ' where c...

Resolved! Move data.

Hi all,here i fetch data from two table one is kna1 and other is J_1IMOCUST and then i move this data in my internal structure. but when my ALV is generated this time kna1 table data display first and then after display second table data. So how can ...

Labels in this area