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

Creating delivery Using GN_DELIVERY_CREATE

Hi Expert,I am trying to create delivery number 'GN_DELIVERY_CREATE'. Below is my code:* Document Item       CLEAR:l_count.       LOOP AT im_poitem INTO lw_poitem.          ADD 1 TO l_count. *        lw_komdlgn-vstel = v_curop_plnt.         lw_komdl...

Resolved! SAP Auth. default values of transactions inconsistent at the time of running upgrade tool SSUA

Dear SAP gurus,  Need an urgent help. After upgrade of the system from ECC6.0 EHP4 to EHP6, when I am running SSUA tool to find the security impact , I am getting the message Auth. default values of transcation xyz for object abc inconsistent. I foun...

Specify the reorder point for reorder point planning error from standard BAPI

Hi ,I am getting the "Specify the reorder point for reorder point planning error" from BAPI_MATERIAL_SAVEDATA  when i am trying to create a material through the customized FM.By making use of the customized FM's we are creating the material in MM.In ...

Creating TO using FM L_TO_CREATE_DN

Hi Expert,I am trying to create TO using FM L_TO_CREATE_DN for a delivery number. My code is below:CALL FUNCTION 'L_TO_CREATE_DN'       EXPORTING         i_lgnum                    = l_lgnum         i_vbeln                    = l_vbeln         i_squi...

Resolved! Problem in Block Alv

Hi Friends,          I Got a problem while creating block alv report...     The problem is as stated below..     In my report i have 3 blocks out of which one block is interactive which is the first block in my case,     when i click on the result of...

Resolved! creating timer in abap

Hello all,I am writing a module pool program wherein the user has to answer a few questions in a certain period of time (say 10 minutes). At the top left hand corner, a timer has to be displayed which shows the remaining time left for the questions t...

Challenging as it needs to hold the value of vbap-bedae but it should not save in sales order

Hi Experts,In transaction Va02 , I need to populate the value for vbap-bedae in change mode but when user does not save the sales order then the changed value from vbap-bedae should not save and its should put back the old value.for example : change ...

Resolved! SO_NEW_DOCUMENT_ATT_SEND_API1 showing exception no. 6, x_error?

Hi, am using SO_NEW_DOCUMENT_ATT_SEND_AP1 function module.am getting sy-subrc = 6.My code is,CALL FUNCTION 'CLOSE_FORM'     IMPORTING       RESULT  = W_RES     TABLES       OTFDATA = I_OTF.   REFRESH ITAB_DETL.   CLEAR LFIMG.   CLEAR STR_DETL.   CALL...

Resolved! How to select multiple ranges parameter without filling all other required parameters

Hi Expertise,I want to select multiple range selections for Plant. But problem is when I press the button marked with red without filling Inspection Type parameter, i get the error "Fill in all required entry fields".How to solve this problem? Are th...

Resolved! Large Excel file upload

HiI have been trying to find a means of uploading an Excel spreadsheet into an internal table. There are a number of posts on this topic, which suggest Function Modules such as ALSM_EXCEL_TO_INTERNAL_TABLE and KCD_EXCEL_OLE_TO_INT_CONVERT. These work...

Resolved! Re : Coding betwee the base tables

Hello Gurus,I have an issue with the ABAP coding on the user exits. The requirement is as followsIF <FS>-wrttp = '10'.       SELECT SINGLE copa_bwzpt frwae kursf         INTO (<FS>-zzbwzpt, <FS>-zzfrwae,<FS>-ZZKURSF)         FROM ce1ashi         WHER...

Labels in this area