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
  • 83417 VIEWS
  • 212 REPLIES
  • 39 Likes

HR ABAP Query

Hi Abap Experts,I am functional consultant but would like to extract the technical names of each infotype , for example For employee subgroup it comes as P0001-PERSG,,Is it possible to retrieve? any report avaialble?ThanksSriram

Resolved! Replace Mailtext body

Hello together,i use message controll to send a mail with an attached pdf file. This is no problem. Also the mail subject I changed with a variable and I got it. But how I can replace a Variable in the Mailtext? I created a text in so10 and if i wri...

techy by Explorer
  • 1351 VIEWS
  • 4 REPLIES
  • 0 Likes

Resolved! BAPI_OUTB_DELIVERY_CHANGE is successful but Delivery is not updated.

The scenario is to update a tracking number field (ZTRACK_NO) in the custom tab of the Delivery Header. I am using the BAPI: BAPI_OUTB_DELIVERY_CHANGE with extension parameter. CALL FUNCTION 'BAPI_OUTB_DELIVERY_CHANGE'       EXPORTING         HEADER_...

Resolved! Refresh module pool Screen properties like height.

Hi.Need suggestions,I have two screens in Module poolScreen1 - Normal ScreenScreen2 - Modal dial  boxScreen3 - Normal Screen.Execute the Tcode, Screen1 is open, then from the Screen1, i need to call the Second screen. by using the Call screen , i am ...

Resolved! Error at assignment: Overwritten protected field - in FIELD SYMBOL

Dear allhow to pass the values to read only field in the structure of the field symbolmy field symbol is a structure has 6 fields,i can pass values to all fields except one which has read only checked.if i pass value to that field dumb is coming ASSI...

Authority-check issue

Hi guys,I've created a authorization object for a tcode and created a role for a particular user to access the same. the object is assigned to a user in all clients.issue is it's working fine in Development where as in quality getting sy-subrc = 12  ...

Resolved! Data saving from a Z program into a Z table is not getting updated using SM30

Hi Fellow Members,I have a strange issue as follows.I am reading data from IDOC (inbound) and updating it into my Z table.After that when I try to update any value (that is update through the idoc) using SM30 for that Z table the record does not upda...

Resolved! Same classpool include name, different content between DEV and PROD system

Hello,I think I got some strange behaviour between our DEV and PROD Systems.There is a classpool include lets say it is named something like ZCL_XXX========CM007.This classpool include exists in both Systems, DEV and PROD.In PROD the content is a met...

IDOC receiving delay

I am fixing a problem.My client has two systemes, let's say A and B.Some days ago, he told me that systems B received IDOC data from A, delayed for one week.Sending data is 20th July and receving data is 27th July.IDOC is using tRFC, so I checked SM5...

Resolved! Open dataset lock issue

     Hi Friends,              We are getting file from SFTP folder to SAP through sproxy and creating file in application server using OPEN DATASET and passing to some standard program for updating data into sap(Infotype). Please find the below code....

Resolved! Select Statement in report working but no data brought

Hello everybody,Please I need your help, as I have the following code:DATA: lw_001 TYPE ztranstab_001.    SELECT MAX( date )            FROM zmdmq_tr_t_001            INTO lw_001-date            WHERE  field1       EQ '2016'      AND                 ...

Multiple logic expression not working

HI expert,when i am featching records from internal table on base of logical expression.. multiple logic expression not working..below is my expression..IF ls_glset-type = text-042.                    IF ( ls_glset-shortname = text-025 OR            ...

p24time by Explorer
  • 871 VIEWS
  • 7 REPLIES
  • 0 Likes

Resolved! Purchase Order Text

Hello,I have been trying to figure where I can get the Purchase Order Text in MM03. I have looked at the STXH, the STXL and, the MARA  table and I am still not having any luck in finding the text. I am trying to create a report when a user runs the r...

Resolved! Method redefinition with differen Returning (Exporting) Parameters

Hi all,please cut me some slack, if this is really basic and I'm missing out on something.I have a requirement to generate a security code (actually a voucher ID like on a gift card).For gift card type A the ID should look like this: XXXX-XXXX-XXXX-X...

Labels in this area