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

Resolved! Sender's email id in function module SO_DOCUMENT_SEND_API1

Hi All,I am fetching the sender's email id dynamically from HR database and then trying to use it while sending email via FM SO_DOCUMENT_SEND_API1. But the email does not go. The FM is erroring out with return code 6.If I maintain email id in the use...

Rushme by Product and Topic Expert
  • 2625 VIEWS
  • 7 REPLIES
  • 0 Likes

Resolved! A question on SD

Dear SAP Experts,<b>I have a question in SD.</b> Currently, I need to get all details[fields] as per the transaction in XD03[customer master data in the display mode].For example, in XD03 transaction, based on the selction criterion of <b>Customer,...

Resolved! Table control

Hi All,I am using a table control to display some info and would need to bring up a new screen when a row in the table is double clicked. Do you know how I can assign a function code for this ?It's been a long time since I used the table controls. So...

Resolved! Display in HTML format

Hi All,I want to display the contents of internal table in HTML format, i'm using FM www_itab_to_html. but i'm getting html code after this execution rather than displaying the contents in HTML format is there any other FM i have to use after this co...

ALV display

Hello Sirs,I have generated an ALV grid report which has a double click functionality as show belowpart of double click code.CLASS lcl_event_handler IMPLEMENTATION. METHOD handle_double_click. DATA: ls_pcct LIKE LINE OF GT_PCCT. READ...

Resolved! Script Copy

Hello,I have copied MEDRUCK layout to ZMEDRUCK from 000 client.I want to change the window size of the ZMEDRUCK form. It's not allowing me to change the size, but if I given 'DE'(Original lan) as Language( in SE71) it's allowing me to change but not ...

Resolved! merge cell in ALV column

hi, everyoneI have a question, hope your quick support. I try to descript it in following:I have a ALV, and I need to merge the cells in one column, which the value in this column is same. I think there is a field named NO_MERGING, if I don't set it ...

Goods Issue

Hi All,I have written a code for posting multiple materials for goods issue for Movement type 201 (tcode MIGO_GI).I am using FM CALL FUNCTION 'BAPI_GOODSMVT_CREATE' EXPORTING GOODSMVT_HEADER = gmove_header GOODSMVT_CODE = gmove_code I...

Resolved! Help in ALV GRID

Hi experts,i am doing ALV GRID using CL_GUI_ALV_GRID CLASS.i want to display the print label as 'TOTAL' in ouput at before total place.the following FM i am using. i tried but while i am passing the parameter IS_LAYOUT it is saying not " 'WA_LAYOUT' ...

Resolved! Unicode

Hello All, I got a problem with unicode check...Following is the snippet of the code..DATA: OEFLT(1) TYPE X VALUE 'CE',ASBEN(30) TYPE C.REPLACE OEFLT WITH 'ö' INTO ASBEN.----> Unicode error...How do I do this..Thx in advance,,Sri.

Srisap by Participant
  • 1584 VIEWS
  • 9 REPLIES
  • 0 Likes
Labels in this area