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

Resolved! Problem with ALV OO and Error Log Display

Hello experts!Im having this problem in a OO ALV Editable.In the fieldcat the field 'FIELD1' is defined like this          gs_fieldcat_alv-drdn_hndl =  '1'.         gs_fieldcat_alv-edit = c_x.         gs_fieldcat_alv-checktable = '!'.And then     ls_...

ME29N shortcut

Hi there,Is there any way I could create a shortcut that points to ME29N and chooses the document number that I want ? There's the code below, but it doesn't seem to be working. It acceses ME29N but it's an old document number.concatenate 'EBELN=' wa...

Resolved! Call Transaction from workitem displays latest Document created

Hi Experts,In sap workflow, I want to Display VA22 Transaction from workitem.I’ve created a method in the custom business object and called VA22 in it as given .“  CALL TRANSACTION 'VA23' AND SKIP FIRST SCREEN.  GET PARAMETER ID 'AUN' FIELD OBJECT-KE...

Resolved! Error after calling function module

Dear Experts,I am calling function module CS_BOM_EXPL_MAT_V2 to get bom details.CALL FUNCTION 'CS_BOM_EXPL_MAT_V2'       EXPORTING         aumgb                 = c_x         capid                 = c_pp01         datuv                 = sy-datum    ...

Resolved! Condense Concatenate

Hello experts,I have some issues while testing this code:IF wa_montant+17(1) = '-'.             wa_montant+17(1) = ' '.             CONDENSE wa_montant.             CONCATENATE '-' wa_montant INTO wa_montant.           ELSE.             CONDENSE wa_m...

Resolved! How pass period in this function module BAPI(FMKU_0050_CREATE_WITH_COMMIT )

Hi Guys,I ahve a requirement where i have to pull the data from excel and upload the budget data in FMBBC. i am using the BAPI FMKU_0050_CREATE_WITH_COMMIT for it. There i am facing an issue i have to upload data where period is 'All' i.i value in pe...

SUBMIT statement

Hi Folks,I need to get the output results from standard program and hence I designed a custom program that calls the standard program using submit statement.if iam using EXPORTING LIST TO MEMORY in submit statement iam getiing following error.set scr...

Resolved! Authroization for Work Orders

Hi All,I need to restrict users for display only access for all work orders related to a work center.For eg. Let say we have a work center C0001 and for this work center we have work orders 1000, 1001, 1002. So I need to setup authorization in such a...

Resolved! Cannot deactivate BADI

Hi All,I am trying to deactivate BADI HRTNM_BOOKING but I am getting the message below:You cannot change the activity status of this BAdI implementation HRTNM_BOOKINGMessage no. ENHANCEMENT199DiagnosisThere are Customizing entries associated with the...

Labels in this area