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

Resolved! ABAP Code

Hi ,I need to write a code like this..I must use a FM and bring the output(file names) and check for it which comes out in a structure format. The main thing is ..I must check if the file names start with ‘AGE’ or “DOB’ with some other continuations ...

Resolved! Change Sales Order

Hello,I have a piece of code in userexit_save_document_prepare which gets triggered. A user gets into an already existing Sales Order. The user makes some changes to the header text in the sales order and saves it. Is there any way we can figure out,...

Resolved! PA30- Serach help "PREMPE: ALV output change depending upon MOLGA

Hi fellas, I got a requirement, in T-code PA30 when you click F4 a search help opens (search help name “PREMPE”) . When you select on the basis of say company code or employee number, an ALV list generated. I want to change the heading o...

Resolved! code help

Hello all,I am asked to create a program to extract some material information from R/3 system. The information are from several fields of tables MARM, MARA, MAKT..Anyone can give me a sample code? The fields include Unit of Measure, material names, e...

Resolved! how to display header and line items when i click page down button-its very

Hiiam having one query.in my program when i select p_upda(checkbox) is selected then iam displaying the output with header and lkline items.header contains ship to party and sold to party,etc.when i click page down header is not showing for secong pa...

Resolved! ALV blocks

I am using the functions for the alv blocks likeREUSE_ALV_BLOCK_LIST_INITREUSE_ALV_BLOCK_LIST_HS_APPENDREUSE_ALV_BLOCK_LIST_DISPLAYand i have seen that i can´t choose and save a layout, i would like if exists a way of changing and saving the layout i...

Resolved! New to SapScript

I have never used SapScripts before to apologise if this question is a stupid one. How to I check if a field is 0? I have written the following code but it doesn't seem to recognise that the field is 0:IF &VBDPR-FKIMG& = 0.000Any help would be grea...

Send e-mail Billing document as PDF Attachment while saving from VF01/02

Hi all,I have written the code for sending email with PDF attachment. Presently this code is included in the Print program for the smartform and an email is sent when an output is issued manually from VF02/03 where as the requirement is to send email...

Resolved! Rfc

Hi all,I need to change some code in one of program . Iam unable see this f.m in se 37.How can i define this f.m ? CALL FUNCTION 'Y_GET_BSIS_COMPARE' DESTINATION P_RFC TABLES it_bsis_bukrs = it_bsis it_bsis ...

Type Incompatible

Hi,I trying convert the 4.5b code to 6.0, I'm getting error as type incompatiable for the codeData : HEXIN(12) TYPE X,HEX TYPE X.DO ANZAHL TIMES VARYING HEX FROM HEXIN NEXT HEXIN+1.ENDDOCan anyone please help me to fix this issue?ThanksKisu

Resolved! TABLE CONTROLS

HELLO,CAN ANYONE TELL ME AS TO HOW A TABLE CONTROL IS DECLARED IN PAI,PBO AND GLOBAL DECLARATIONS..............WAT IS THE SYNTAX TO B USED?I HAVE TWO TABLE CONTROLS IN ONE TABLE I HAVE MATNR.WHEN I SELECT ONE MATNR IN THE 1ST TABLE AND PRESS A PUSH B...

searching

if i_open_posting[] is not initial.*Fetching entry data from mkpf.select mblnr mjahr cpudt from mkpf into table i_cpudtfor all entries in i_open_postingwhere mblnr = i_open_posting-mblnrand mjahr = i_open_posting-mjahr.if sy-subrc = 0.endif.*looping ...

declare a method

Hi All,I am writing code to populate a key figure in a structure. The formula is like: kf1 = nodim( kf2 ) * kf3.nodim is a function - Value Without Dimension (Unit-free). This is used in a query to calculate a key figure. My requirement is to simula...

Resolved! Custom Transaction Problem?

Hi, in 640 I have a transaction that calls a ABAP Report and this report has no parameters. Just a report. The transaction is configured to screen 1000 and it works fine even though there really is no dialog screen 1000.However, in 700 it's balking...

sap_cohort by Active Contributor
  • 673 VIEWS
  • 4 REPLIES
  • 0 Likes

ABAP SQL tuning

Have an abap query. Although only 40K records in SKAT program utilizes 100%cpu and takes a long time.Any suggestions would be greatly appreciated.SELECT T_00 . "KTOPL" , T_00 . "MANDT" , T_00 . "SAKNR" , T_00 . "TXT20" , T_00 . "TXT50" , T_01 . "BI...

Resolved! ALE tables

Hi all, I need to get the data record tables and segement information tables.Suppose i have the idoc number . In which table Idoc will be stored and all the segment details like material number, unit, price etc.Kindly mention what are the possible...

Resolved! debugging

hi,how can u find the error directly for example i have 10000 records but the error is in 9990th record.before i dont know the exact after checking only it will find.but it will take time by setting break point every where?

Resolved! spool list in background

Hii everybody,I am not able to generate the background spool list for this report. When executed in background, the job shows successful execution, but when I see spool status, it shows waiting and the spool has incomplete list. The bottom part of th...

Labels in this area