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

BAdI WORKORDER_UPDATE

Hi,I'd like to use WORKORDER_UPDATE BAdI, specifically AT_SAVE method to modify components at production order BoM (RESB table), at production order creation TR. CO01.I know It's possible to use FM CO_BT_CAUFV_UPD to modify header data but, is there ...

dunky by Active Participant
  • 1302 VIEWS
  • 1 REPLY
  • 1 Likes

Smartforms issues

We need to output a PDF letter, so used Smartforms. The functional person linked the smartforms as the output mechanism, but after I activated my form and tested it, it seems the form is not linked at all, still outputting the original form. I checke...

Resolved! problem in Infoset Query

Hello All,I have created a infoset query in SQ02.My Query includes below tables:VBRP VBRK LIKP  J_EXCHDR  KNA1 J_1IRG23DI need to add the transporter's name which is maintained in header text of outbound delivery.So i have added that field and entere...

Resolved! Table Control Delete issue

Hi Frds,In my table control i have given the conditions for row selected .CASE OK_CODE.     WHEN 'DELETE'.       GV_COUNT = GV_COUNT + 1.       IF GW_COST-MARK = 'X'.         MODIFY GT_COST INDEX GV_COUNT FROM GW_COST TRANSPORTING MARK.       ENDIF.O...

kabil_g by Active Participant
  • 688 VIEWS
  • 3 REPLIES
  • 0 Likes

Resolved! FUNCTION 'GUI_DOWNLOAD' error, to dbf files

hi,i found an error in FUNCTION 'GUI_DOWNLOAD' ,with chinese systems , data: begin of itab occurs 0 ,         maktx type char8,       end of itab. DATA: BEGIN OF FLDITAB OCCURS 0,         FLDNAME(11) TYPE C,       END OF FLDITAB. itab-maktx = '一二三四'...

Transport import issue

Hello,I have a class "ABC" in which I had a method "XYZ". And the TR was transported to our quality system.Later on because of change in requirement I deleted method "XYZ". and the transport was successfully imported in quality.But when I am trying t...

Dev164 by Participant
  • 627 VIEWS
  • 2 REPLIES
  • 0 Likes

Dose anyone know what`s class is called when receiving Inbox mail?

Hi gurus, Once a mail sending from external or internal, must call kinds of class to generated the Inbox mail entry, right? So anyone know this kind of class? then i can put a breakpoint or external BP.  thanks. Actually, i want debug to know why my ...

ArcherZhang by Product and Topic Expert
  • 1067 VIEWS
  • 3 REPLIES
  • 0 Likes

Error in application

Hi ,I have one requirement for Quantity Conversion .I am using FM: ' MD_CONVERT_MATERIAL_UNIT' .For particular Unit it rises exception : 'Error_in_application'. CALL FUNCTION 'MD_CONVERT_MATERIAL_UNIT'         EXPORTING           I_MATNR             ...

Resolved! Mass updating the CATSDB without using data entry profile via BAPI

Hi Gurus,We are working on a requirement where we need to update the CATSDB entries for multiple personnel numbers and multiple work dates together. We actually update the price field there. We currently use the BAPI_CATIMESHEETMGR_CHANGE inside a lo...

Labels in this area