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

Resolved! Image upload in sap

HI all,I have a requirement in which I have to upload a picture.DATA: lr_mime_rep TYPE REF TO if_mr_api.DATA: lv_filename TYPE string.DATA: lv_path     TYPE string.DATA: lv_fullpath TYPE string.DATA: lv_content  TYPE xstring.DATA: lv_length   TYPE i....

Regarding event

Hello,on selection screen which event is triggered when we click on execute button?In my case, there are two radio buttons. user click one of the radiobutton and clicks on execute button then i have to check which radio button is clicked and accordin...

print pages overlap

Hi Alli had created one Smartform in that i didnt created second page. now when i test this smartform i am getting two pages if my table in main window exceeds. it is showing in my print preview and after that if i give print command the spool reques...

How do we know table name for the parameter ref_table in field catalog for f4 help in oops alv

Hi Experts ....i have a doubt in oops ALV......Let me know if u have solution for that .....CODE IS :data : ls_fcat type lvc_s_fcat,         t_fcat type lvc_t_fcat.if  ls_fcat-fieldname = 'BSART'.    ls_fcat-edit =  'X'.    ls_fcat-f4availabl = 'X'. ...

Resolved! Error in the Smartforms 'ERROR CANNOT BE CLASSIFIED'

Hi,     While Executing the output type of ME23N (Custom Output type), I am Getting the Below Error,        From Debugging i came to know that the error is from the Smartform,     From the SFTRACE, I got the Following Log.        00trace begin level ...

Resolved! Problem in classical report.

Dear all,I am facing a problem with alignment in one classical report.Requirement is debit ,credit amount's sum will at end of every g/l as new line.Text will be closing balance - then amount.My amount & text is coming ,but not properly.All document ...

Error in Select query

Hi ,In my select querySELECT BELNR           VBELN           FKDAT           NETWR           BUKRS           WAERK           GJAHR     from vbrk          INTO TABLE it_vbrk          where  vbeln in s_vbeln           and gjahr in s_gjahr           and...

Resolved! Access request Audit log

Hi experts,For all the access requests we are getting the complete audit trail and Even we will get whether Risk Analysis is scheduled in the Workflow.But is there any possibility to get the output of Risk Analysis in the audit trail?Please suggest.T...

Resolved! creating same instance again

Hi ,I have the following code.DATA: r_plane TYPE REF TO lcl_airplane,CREATE OBJECT r_plane EXPORTING im_name = 'LH Berlin'                                   im_planetype = 'A321'.CREATE OBJECT r_plane EXPORTING im_name = 'LH Frankfurt'               ...

SAP HR question

Hi All,I am using FM SDOK_PHIO_LOAD_CONTENT, to get the content  of document in  Binary form in SAP HR and converting the binary form into xstring using FM SCMS_BINARY_TO_XSTRING.But it is not getting converted to xstring form.So,is 'SDOK_PHIO_LOAD_C...

Field GROUPS not a member of INPUT when adding user to group in sap using BAPI_USER_CHANGE

when trying to add User to Group using BAPI_USER_CHANGE in the Import Parameters GROUPSX = XI'm getting following error :com.sap.conn.jco.JCoRuntimeException: (127) JCO_ERROR_FIELD_NOT_FOUND : Field GROUPS not a member of INPUTBAPI_USER_CHANGE functi...

Labels in this area