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

Read and modify of a internal table in loop-Performance

Hi Experts,I am working on performance tuning of a report and have come across following situation:loop at itabRead table ITAB2 with key field 1 = itab-field1                                     , field 2 = itab-field2                                ...

Resolved! Output in Spool

Hi,I have a standard report RFUMSV00 for advance tax. Now when i execute tha report i get selection screen and i put the required parameters and execute it. Now when i take print copy of output spool gets created and then i go to SP01 to see that spo...

Function CONVERSION_EXIT_ALPHA_INPUT does not works if characters are prefixed with digits

Hi,I have a variable defined of character type & length 16. I have stored 3 digits which are prefixed with 3 characters. Ex: ABC123. Now I want to add leading zeroes to make it 16 digit long. Ex: 0000000000ABC123. I tried using function CONVERSION_EX...

Data entered in the import parameter of RFC automatically gets converted into uppercase

Hi,I have created a RFC which gets data from Portal. Whatever data user enters automatically gets converted to uppercase in the RFC and same is saved. Particularly for a description field I need the same format as entered by the user. I mean I don't ...

problem in bdc

Dear Abap ers,        update records from flat file to db table . i use call transaction methods for it.statement: call transaction 'XD02' using bdcdata mode 'A' update 'S' messages into it_msg.when execute the program, an error occured in 3rd line. ...

BTE 1120 Not triggering.

Dear  SAPGurus ,I have written a code to check BSEG entries while posting by implementing a BTE , but its not triggering.I created a FM by copying FM SAMPLE_PROCESS_00001120.Assigned it using FIBF and maintaining an entry in  Settings > Process Modul...

Resolved! Smartforms : avoid Repetition of text name in loop for display purpose

Hi Guys,i have internal table with 2 data,in smartforms i m using loop for display the that data.but it repeat text name i want to avoid that repetition.now its look like this ,                        text           itab value                     Ord...

Enhancement For XD01

Hi all,My requirement is to fill the vendor number automatically with a value(not important which), to be filled automatically when a customer is created in XD01.The Exit has EXIT_SAPMF02D_001 has only import, so I cant change KNA1 structure in it an...

Resolved! Smart form transport

Hi..I have modified a smart form and also modified a standard text used in the form. I have kept the smart form and the standard text under a same TR (D01K907841) and transported the TR from Development server to Quality server. Now again I have modi...

Resolved! How can we use the select statement for displaying fields with multiple list

Based on radio button selection, a select statement should run with multiple list selection.select <fileds> from <table> into table <itab> where field in <parameter> and filed IN(<l1>, ....<ln>).Gives error comma without preceding colon (after Select...

PO closing Date

Hello Gurus,I got requirement to make one enhancement, where I need to find out the Final PO closing date and apply some logic there. If PO is not closed yet then its OK. I made some search on SDN but didn't found proper answer. I found that there is...

Keyword 'Split'..

IF WA_BRS-WAERS <> 'INR'. SPLIT WA_BRS-WRBTR AT '.' INTO WA_BRS-WRBTR LV_STR1. TRANSLATE WA_BRS-WRBTR USING ', '. CONDENSE WA_BRS-WRBTR NO-GAPS. ENDIF.******************************************* Explanation********************************************...

Labels in this area