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

Purchase Requisition Release - Auth Obj M_EINK_FRG Dollar ($) value and display only options

Hi,I currently have a client who has a number of roles with the M_EINK_FRG authorisation object assigned with the FRGCD and FRGCO fields assigned from which I had a couple of questions.1. The values assigned to the auth object and these field names f...

MIRO Userexit

HiI want to set the tolerances within OMR6 to be defined by an additional field PO document type, does anyone know of a userexit that can be used to do this within MIRO? One option is to maintain the PO doc type and tolerance in a Z table, but then h...

Not able to use Commit after the function module STATUS_OBJECT_CREATE

I am using function module   STATUS_OBJECT_CREATE   CALL FUNCTION 'STATUS_OBJECT_CREATE'          EXPORTING           CHGKZ         = 'X'           CLIENT        = SY-MANDT            OBJNR         = LV_OBJNR3            OBTYP         = 'IWE'        ...

Resolved! use of same filed more than once in module pool program.

hi Good day,i want to use a filed on the screen more than once.ex : T7EHS00_EXA_PHY-UNITthe reason why i want to use this field more than once is b'coz it has SEARCH HELP.If i use this filed search help is created internally.to be more specific : i h...

Modify service Notification with Equipment using BAPI_SERVNOT_MODIFY_DATA

Dear ABAPERs.how can i use BAPI_SERVNOT_MODIFY_DATA to link service notification with equipment.I run the program but runtime error occurs. DATA : IT_NOTIFHEADER TYPE  TABLE OF BAPI2080_NOTHDRI WITH HEADER LINE ,       WA_NOTIFHEADER TYPE  BAPI2080_N...

Page format

Hiwe are facing an issue. If a list report is printed on a Printer A using device type XYZ then it is printed properly but if the same list is printed on the same printer A using LOCL then a line from top gets oprinted on each page and a line at the ...

Resolved! MIME and XML

Hello folks i'm quite new in abap and i'm trying to study the inbound and outbound file from/to sap with others system.I wanted to know if it's possible to insert MIME in xml file to send out of the system. I'm studing the class CL_XML_DOCUMENT but i...

OPEN DATA SET to write files in application server folder - some of the files are missing

Hi,I'm using OPEN DATASET statement in batch job to write the files in application server. what i'm experiencing is when i schedule the batch job all the files are not writing into the folder.If i run the report again to write the missed files, the f...

Records from excel when shooting comes empty. Can you help please???

   LOOP AT gt_0021.    MOVE : gt_0021-werks to gt_output-werks,           gt_0021-persg to gt_output-persg,           gt_0021-persk to gt_output-persk,           gt_0021-ort01 to gt_output-ort01,           gt_0021-btrtl to gt_output-btrtl,           ...

Resolved! How can i add mark field to class alv ?

Here is my code like this.CALL METHOD cl_salv_table=>factory *  EXPORTING *    list_display   = IF_SALV_C_BOOL_SAP=>FALSE *    r_container    = *    container_name =         IMPORTING           r_salv_table   = gr_table         CHANGING           t_t...

Labels in this area