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

Working with variant

Hi allI need to save the data on local sever using a variant. Can anybody tell be how to work with variant. Program is running fine, no errors mesages, but the file is not getting save on local server. I think prob is with variant. Plz help its u...

Resolved! error

CALL FUNCTION 'BAPI_EMPLOYEE_ENQUEUE' EXPORTING number = it_per_fast-pernr IMPORTING return = l_ret4. IF l_ret4 IS INITIAL. CALL FUNCTION 'HR_INFOTYPE_OPERATION' EXPORTING infty = it_per_fast-infty ...

Resolved! SUBMIT Report

Hi, I am using Submit statement in my report with following syntax. SUBMIT zorder_det_extract WITH SELECTION-TABLE i_rspar USING SELECTION-SET p_ordvar AND RETURN.i have filled the selection table i_rspar with some values and along with t...

VikasB by Active Participant
  • 723 VIEWS
  • 5 REPLIES
  • 0 Likes

Download excel

output is being displayed in ALV hirarchical list and this output is to be downloaded in EXCEL for but the format of the output is below.Material Description Validity EAN-code Plant Description 1M00.590 GO520 Scandinavia 1/1/2008 636926017046 NL10 ...

Resolved! SQL Statement error

Hi All,I was trying to execute a standard function module in which there is a sql statement where IN operator is used.The no of choices given for that field by the IN operator is 1065.The error displayed is the SQL statement generated from the SAP O...

solution

Hi Experts, I am trying to send the inforamtion to my customers whenever the purchase order is crearted to intimate the PO information to customer's mail . For this i am using Badi ME_PURCHDOC_POSTED. But it is not going to customer'sl id. Pleas...

Add logo in PE51

Hi Guyz,How can I add a LOGO in HR forms under tcode PE51 ?Please give a step-by-step procedure.I tried to add logo by right click on the form but no create logo choices...Will reward points to helpful answers.Thanks in advance :-). aVaDuDz

User Exits

Hi,This is satya,iam a new member.1)how to find write user exit?2)what is the diff b/w user exit and badi?3)what is the diff b/w user exit and customer exit?4)y we r go to user exits?5)what is the diff b/w bdc and bapi?6)what is the diff b/w script ...

Resolved! Alv display

Hiin the following report i need to display it_detail in to ALV format. How to do? Pls help me*get dataSTART-OF-SELECTION. IF p_detail = 'X'. PERFORM get_data. ELSE. PERFORM get_data. ENDIF.&----*& Form get_data&---- text---- ...

Resolved! BNKA - Bank MAster Table

Hi All,All of the banks stored in the table BNKA has the field "Deletion Indicator" - LOEVM as 'X', which means all the banks are set for deletion. which is wrong, i think some how somebody has mistakenly updated this data.NOw the issue is i want to ...

Labels in this area