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

Resolved! Code not working

Hi All,Please help me. The below code is not displaying the report.AT SELECTION-SCREEN. CASE sy-ucomm.WHEN 'UACR'. PERFORM PROCESS_UACR.ENDCASE.. form PROCESS_UACR . DATA: lt_dupreg_new TYPE TABLE OF zdvmt_dupreg WITH HEADER LINE, ls_dupre...

regd : alv

hi,please help me out in this..the below code is working fine.but if i give range in profit center and internal order it is picking only lower value.and displaying the amount accordingly......please help me in resolving this issue..Report zintord me...

Reg alv

Hi all In my ALV report, in primary list i ll select some records . to count the number of records get selected, i used a loop.Below is my piece of code.count = 0.loop at int where box = 'X'.count = count + 1.endloop.but client says not to use loop....

Resolved! workflow doubt...

Hi all, I am learning workfloe.in tcode-swo1 i add event ,attributes and methods. here i got problem with t-code swdd. I go to the this t-code and press basic data and add code and save but its asking prefix number. may i know what this p...

Inner join

Hi All,I have a problem with innerjoin...whenever i m writing innerjoin our server getting slow.if i stop it ...it is working fine..is there any problm with innerjoin...does writing wrong join effect sys performance..?RegardsSameer

Resolved! default variant

Dear friends,When i run a report, i want the report to automatically take the variant and report should be executed. Now, what happens is, I have to select the variant manually in the selection screen. Is there any way by which we can set the variant...

Urgent Please xd02

Hi Guru'sPlease Help Me to sort one issue.in XD02 I have to populate the message .in the selection screen of xd02 if the company code is uk or us then only message should popup.'Message'.Please guide me what is the right way to populate it.I shall b...

Resolved! itab1 to itab2

hi,i am having values in one itab1.in another itab2 i am having same fields plus few extra fields with values.i want to move the values in first itab to itab2.when i used this query i am not getting values in itab2.loop at itab1.move-corresponding wa...

Drop box in ALV

Hi,I have a requirement where based on the selection I make from a drop down list in the first column on a alv I want to process the contents of the second column. But no event or PAI is triggered on selecting the value in the first column.Kindly sug...

transaction

hi,i have to call one transaction from a report program.and i have to pass values for tha transacton from the calling report.transaction code is /BEV4/PLEAi have to pass file name and path here.how to do it.can any one help me.

calculate the balance

hii need some information regarding how to calculatethe vendor balances,i.e., from present date to last 15 monthhs vendor balace i need to calculate.select options are lifnr and bukrs. table is LFC1.can any one please help how to calculate its urgent...

Not refershing data

Hi all,I have two FMs1.One for Read2.For for store.If i save values for the store FM it is working and also the read FM to read values from the store FM.But it not refershing data frequently...After storing in store bapi ,the read bapi could get the ...

User exit ZXMBCU02

Dear all,I have an issue here regarding the above user exit for Confirmation of production order create: Goods movements. In this user exit ZXMBCU02, I need to display a pop window which allow the user to choose between the button "YES" and "NO". If ...

Resolved! Back

hi all,I created a screen by using se51 but myproblem and i write code for back ( leave program )but my problem is i have manditory fields in thatscreen when i press back an error is trigered pleasesuggest me.thankskamesh..

Idoc failing

Hi everyone,I am having problems with processing an Idoc using the same Message Type (Z2MMMATMASZ001). Error message: Message type Z2MMMATMASZ001 is already being processed.I noticed in transaction WE02 that there are Idocs that have a status yellow ...

Resolved! Looping Problem-Index

Dear all,I am unable to get the index read correctly for my IT_DISPLAY table.There are 2 values in plaf table and multible in display table.how to get the correct index value for my display table?since currently it is on plaf table.due to this index ...

rahul2000 by Contributor
  • 1294 VIEWS
  • 10 REPLIES
  • 0 Likes

Hi Experts

Hi Experts,i have an interactive alv report . in that there is a button as CREATE INVOICE . In my selection screen , there are two radiobuttons, 1.fore ground 2.backgroundif the option is fore ground, i ll click create invoice button to create invoi...

Labels in this area