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

Resolved! SAPGUI upgarde pacth 640

Hi fellows,almost a year ago I downloaded SAPGUI 640 for my remote consulting tasks. This is still on patch #13. I looked at the service market place for an uograde patch but only found 3 presentation disks of huge volume.Are there any patch files av...

Clemenss by Active Contributor
  • 605 VIEWS
  • 4 REPLIES
  • 0 Likes

ws_execute fm

hi every body,was the ws_execute function module is supported by the starting versions of sap i.e, 3.0A?is there any way to find it out?if it doesn't support then is there any function module which is supported from 3.0A version onwords and through w...

hello

I am new to ABAP but not to oo programming .I am finding it quite heavy going as there aren't many tutorials \ exercises to try out. Does anyone know of any tutorials or exercises of abap .

Print PDF file

Hi I have PDF file data in an internal table. I have to either print this or append to a SAPscript.I converted PDF format to BIN format and wondering how can I send this to printer.If you can guide on this or appending this data to Script that will ...

Resolved! preifx and suffix

hi friends,1.wat is the FM for prefixing and suffxing data for example Mat no is 1234.i want make000012342. when my data is in length of 40 i want to read 1st 10 then nxt 11-20,21-30,31-40can some one give me example code for thispoints will be rewar...

Resolved! Set Parameter

When trying to open a contract from a program I am facing problem.The Transaction is VA43 for which I write the following lines:SET PARAMETER ID 'AUN' FIELD lv_vbeln.CALL TRANSACTION 'VA43' AND SKIP FIRST SCREEN.where lv_vbeln is defined :DATA: lv_vb...

Resolved! ALV

I'm using REUSE_ALV_GRID_DISPLAY to display a list. In this list the first column is a check box ( reference to my first field of my internal table).I use the user command callback to catch the changesFORM alv_user_command USING ucomm LIKE sy-ucommse...

Resolved! Problem with MRM_INVOICE_CREATE,Debit Notes and Withholding Tax Information

Hi!I have a problem with MF MRM_INVOICE_CREATE.We use this MF to create a Debit Note. The problem is that the Debit Note is created without the withholding tax information.I send the info in this parameter: i_rbkpv-h_rbws.Do you have any idea? I coul...

BAPI

Hi,Can some one help me out in suggesting a BAPI for the Scheduling Agreements in MM, where in I want to change the Rate KBETR, rate unit KONWA, Condition Unit KMEIN, validity periods.Thank you.

on change query

Hi all,loop at itAB.ON CHANGE OF ITAB-ID.clear : NEWNO ,id.call function 'CONVERSION_EXIT_ALPHA_INPUT'exportinginput = ITAB-IDimportingoutput = ID.select single max( NO ) from zXXX into NEWNOwhere id = id AND WERKS = ITAB-werks. if sy-subrc eq 0.NEW...

Resolved! Tcode ME23N

Hi all,I'm using a user exit of the Functionpool V69A, Pricing subscreens (USER_EXIT_FIELD_MODIFICATION) in order to prevent some users from modifying prices. It activates when the end-user gets to a PO pricing subscreens through the tcode ME22N/ME22...

Resolved! concatenate

Hi,Below is my final internal table iam getting the data here. data : begin of itab occurs 0, field1(10) type c, field2(10) type c, field3(10) type c, field4(10) type c, end of itab.data : v_wa(500) type c. "work are...

tracking NULL values

Hi All, there is a condition in a query where i have to check for a char field is NULL or not.how do I do it ??select count(*) into count1 from DFKKOPWHERE blart = 'CO'AND betrw < 0and augbl is NULL.the field 'augbl' is a char type field. when i wri...

Labels in this area