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

Hi Abapers, Display Net price (NETWR) field in separate column.(ALV List)

I was working on alv (list) report and my task is to display the sub total net price(NEWTR) of each purchase document no. in separate column not in NETWR field. Please let me know what do i need to add in my LOOP program .Can anyone help me out to so...

Fetching Cloumn names,table names from the Custom table and should use in ABAP CDS Views dynamically

Hi, I have a requirement which i have one custom table. 1)Custom Table 1 - It will have Data base Table Name, Field Name and value. Using this Data I need to develop ABAP CDS View dynamically For example it has Columns and Data in the below Cu...

Problem updating rows

Hello experts, i'm trinying to update dome rows of a z table but is not working , those fields (estufa and ua) does not have convertion rutine (need 0 in the left) so it's ok for that, so what is my problem ? i update the table but is not working :C ...

Posting date - FB01

Dear all We normally run a daily transaction to create RI document to close RN documents against a GL account, however it happens that these RI documents can arrive to the system after 3 months of the issue of the RN document. Once these RI arri...

loop and select from TBTCO to get active status of child job is causing performance issue!

I have a requirement, where parent job waits for all its child job to finish and only then proceed further to next parent job. So, to get the runtime status of childjob, I am looping all the child job ( it_child) and inside loop calling select from T...

Deleting first 3 rows as header in excel sheet while uploading in bdc call transaction method

Hi experts, I am uploading my excel sheet to sap .After uploading excel sheet into sap i checked the internal table in debug mode it shows zero records where uploading.My excel sheet contains first 3 rows as header. when i removing header rec...

Update Lfa1, LFA1-SPERQ

Hello, I want to update the field sperq in the table lfa1. How can I do this. I tried the fm vendor_update but it didn't worked for me. My other solution was: (but I get this message: Eingaben sind unzulässig). If I press the "ok" Button it w...

hutner by Participant
  • 2248 VIEWS
  • 1 REPLY
  • 0 Likes

Resolved! How to get the values from an Import Parameter of a Function module in a Exit Function

Hello everyone, I need to pass the values of an Import Parameter from a Function module in a Function group, into an Exit Function. I tried in this way. field-symbols: <fs_mytype> type my_type. ASSIGN ('(INCLUDE NAME)I_PARAMETER') TO <fs_myt...

Resolved! SAP Note 629170 - VSR: User exits for Public Sector France

Hi Experts, We have errors in the substitution user-exits for Public Sector France and we have implemented OSS 629170. However, we only implemented it for the substitution form since the validation form is not giving us error messages in transport ...

Enhance BP transaction

Hello SDN, I am trying to enhance BP transaction, Customer Sales Area (KNVV) with several new fields. Any manual how to do that? I found one but it does not work somehow. https://blogs.sap.com/2019/11/07/sap-s-4hana-business-partner-field-enhance...

SAP ABAP DEBUGGING

I am a SAP Functional Consultant learning ABAP Debugging. I am familiar with ABAP Debugger Screen. I can see the options to put a Breakpoint at a Statement, Function Module, Subroutine,Include etc... My question is how will we come to know to p...

ABAP dynpro - call screen

Hello, i have pretty simple program with few dynpros but there is some problem i am facing and i dont know if i am doing something wrong or its some sort of bug. The program landscape (screens/dynpros) looks exactly like this: 2000 acts like ...

juraj14 by Explorer
  • 1175 VIEWS
  • 1 REPLY
  • 2 Likes

Resolved! No System Alias found for Service 'ADT_0001' and user 'DEVELOPER' on demo system

Using AS ABAP 7.52 SP04, Developer Edition I wanted to try settting up ABAP Development in VS Code First step is checking that ADT_SRV works but I get this error message: No System Alias found for Service 'ADT_0001' and user 'DEVELOPER' It ment...

abo by Active Contributor
  • 8445 VIEWS
  • 2 REPLIES
  • 2 Likes

Resolved! Extracting OCMT & CHGS subfields from a Note to Payee field in SAP ABAP

Hello Everyone,My requirement is to extract the OCMT and CHGS subfields from a Note to Payee field. I need help with just the text parsing for various scenarios.Example:Input- '1811291129CR55589,95NTRF3825-0061490955//97271/009/OCMT/EUR55600,//CHGS/E...

Resolved! ​how to add limited condition in search help function

Hi Experts When I write a function . I don't know how to add limited condition in the source code? Can you help me ? Requirement :I only need data with BURKS field for 2100 and 2200. And I learn form http://saptechnical.com/Tutorials/ABAP/Sea...

Resolved! Change of the format of the cell in excel to accounting using XML class

Hi Experts! I have a requirement to change the cell format of excel to 'Accounting'. Currently the cell format is in 'General'. I am using if_ixml_element class to generate excel. Please find my code below. * Creating a ixml Factory l_ixml =...

Create report with customer open items based on due date with payment balance per invoice

Hello, I want to create a report that has a very similar structure to S_ALR_87012168, where I can get a customer's open items based on a specific due date divided into days increments (0-30 days, 31-60 days etc), but when I go to check the line ite...

Labels in this area