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

Resolved! how to display max and min values of quantity fields in alv report output?

Hi Experts,I got the requirement that i need to display max  and min value of 2 different quantity fields in alv report output. it's like displaying totals in alv output.ex:  for  displaying  totals we will give do_sum = 'X'  in field catalog.likewis...

Resolved! Automatic Itemwise Invoce splitting based on VAT Percentage

Hiii Experts,I have scenario to split the invoice based  different VAT percentage of the line items,For example:Line Item 10: VAT Percentage 4%Line Item 20: VAT Percentage 12.5%Line Item 30: VAT Percentage 4%I want write the Routine I know all the pr...

Resolved! How to display different size of Main Windows in the different pages of SAP Script ?

I have a requirement of the cheque printing.The cheque needs to be printed out only in the bottom of first page.The details of the line items will be printed after the Header Part in the first page and may continue to next page, if required.So, I nee...

Code correction

Hello Guru,I want to insert to condition in my report please help.if amount less than 110 then add 25 Rupees and show the final out value 135if amount grater than 110 than not add 25 rupees and show the final value only 110Please check my code:------...

Resolved! fetching data in FM

Hi,I am extracting data for BW, I have one structure that has fields lets sayEBELNEBELPNETWRNETPRELIKZPO STATUSI have condition which will check if EKPO~ELIKZ is true for all PO ITEM of PO then it has to put 1 in PO Status field (Custom field). I am ...

Smartform Requirement

Hi friends,The requirement is to print 3 pages for each customer i.e., 2 pages for purchase order forms and 3rd page is terms and conditions page. Likewise can I print 100 pages at once? How to print continuous pages in smartforms?Please help me...th...

BDC Call Transaction

Hi Abapers,Could you please clarify my doubt?Suppose in BDC call transaction method we updated one record into the database. In the message log it is showing successful but it was not updated into the database. How can we handle it?Thank you,with reg...

Resolved! Variant Values

HiI would like to view variant values, for all the jobs not for each job, as i am aware of the steps to view for each job.Because the issue here is, as it is the year end we would like to make sure no jobs are hardcoded with the year number in the va...

bharathyp by Active Participant
  • 409 VIEWS
  • 1 REPLY
  • 0 Likes

READ VALUE TABLE AFTER F4IF_INT_TABLE_VALUE_REQUEST

Hi All,Here is my code I need the read table row after double click,DATA: BEGIN OF LT3 OCCURS 0,            TPLNR TYPE TPLNR,            FLTYP TYPE FLTYP,         END OF LT3,           WA_LT3 LIKE LINE OF LT3,        IT_RETURN TYPE STANDARD TABLE OF ...

Resolved! ABAP Code Error

Hello Guru,Please help me urgently,if my final value is less then 110 then add to 25 Rs and show my final value is 135.if my final value is grater then 110 then not add 25 Rs. please give me suitable examplemy code is          GIT_HFINAL-DMBTR2 =  GI...

Labels in this area