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

Resolved! Help!!!!!!!!!!

Dear All,Below given program is written in SAP version 6.0 and I copied the same program in SAP verdion 4.7. But its not working and showing the error that " The type "cl_dopr_writer" is unknown.Can anybody help me out to execute the same program in ...

Resolved! Urgent!! How to access a part of a character field using offset??? Urgent!!

Hi all,Please tell me how to access the first 15 characters and put them in a variable ? I am writing this code but v_qty_c is not getting the value. Why?code::DATA v_qty_c(18) TYPE c.LOOP AT dedidd INTO wa_dedidd WHERE segnam = 'E1EDP20'.v_qty_c = w...

Resolved! Regarding data retrival

Hi,In my requirement, I have to read the data from <b>HRP5122</b> table and there is one include called <b>HRI5122</b> with in that include I need some fields 'posting_channel' and 'language'.So how can I read those fields from include.I am trying to...

Resolved! hr badi QUERY

Hi All ,In tcode pa30 we are creating a custom infotype and a subtype . When i do a F4 on the subtype the FM called is HR_F4_GET_SUBTYPE. This FM checks for a badi using codeCALL FUNCTION 'HR_GET_BUSINESS_ADD_IN'EXPORTINGexit_name = 'HR_F4_GET_SUBTYP...

HR BADI query

Hi All ,In tcode pa30 we are creating a custom infotype and a subtype . When i do a F4 on the subtype the FM called is HR_F4_GET_SUBTYPE. This FM checks for a badi using code CALL FUNCTION 'HR_GET_BUSINESS_ADD_IN' EXPORTING exit_name = ...

Report

Hithis is lalithathis is a report to display a sales order which are on holdmy program is synthetically correct but has got an run time error it is at selection screenplease do solve my error .NO STANDARD PAGE HEADINGLINE-COUNT 23(3)LINE-SIZE 125.TA...

Resolved! ESS Auto Logout

Hi experts pls help me in this, I have a requirment to automatically logout the user from the ESS after the user selects a particular link. I got a FM <b>LMBP_RESOURCE_LOGOFF</b>,but this FM is helping me only to close the current screen but th...

Resolved! Unicode-compatible

Hi Gurus,I am trying to insert the data from an internal table to a custom table. And I receive an error message : The program "ZMM_KPIRPTDETAILS" is not Unicode-compatible, according to its program attributes. Any idea how to solve it?

extended segment

hi to alli added two custom segments for a basic type.i need to populate those custom segments based on the data existing in the sap defined segments.can any body help me regarding the above.can any body provide sample code or any link for populating...

BDC

Hi Gurus , I want to upload the text for sales text view ..can any one correct this following code ..and give me the reply ..it is urgent for me..report zmm_ch no standard page heading line-size 255.DATA: BEGIN OF TDNAM, MATNR(18), V...

Resolved! G/L line item is stored in BSIS but shown in standard trans. as cleared.

Hello Experts, Why is that there are some G/L line items that my program fetch in BSIS so meaning thatit is still open but when we check the standard transaction to list G/L line items it shows as cleared. Hope you can help me guys. Thank you and tak...

field validation

In module pool i have a table control and one field of table control is mandatory with search help attached to it. I want that user should be able to enter value only from the available list, how to validate that? i dont want to make that field as li...

Labels in this area