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

BAPI From ORACLE

Hi all,Here is my code of oracle....declare-- constant for user identificationcstrMUsrClient constant char(3) := '100';cstrMUsrUser constant varchar2(10) := 'UPPLDEV';cstrMUsrPassword constant varchar2(10) := 'UPPLSTAR';cstrMUsrLanguage constant varc...

Resolved! collect with inner join

hi all,I m using below code to get sum according to matnr.tables : mseg , mkpf.select msegmatnr msegmenge msegbwart mkpfmblnr into corresponding fields of table itab from mseg inner join mkpf on mkpfmblnr = msegmblnrand mseg~matnr in matnrand mseg~bw...

BAPI From ORACLE

Hi all,Here is my code of oracle....declare-- constant for user identificationcstrMUsrClient constant char(3) := '100';cstrMUsrUser constant varchar2(10) := 'UPPLDEV';cstrMUsrPassword constant varchar2(10) := 'UPPLSTAR';cstrMUsrLanguage constant varc...

Get shown records ALV

Hi all,I display a table using cl_salv_table, when I add a filter (using cl_salv_filters) only the relevant records are shown. The table object I use still has all the records within itself (more than actually shown). How do I get all the shown recor...

Resolved! FINDING TOTAL PRICE

HII HAVE TO FIND TOTAL PRICE.TOTAL PRICE = GROSS VALUE - DISCOUNT + VAT + FREIGHTI HAVE CONDITION TYPES IF CONDITION TYPE IS ZOSP OR ZPSP OR ZPNP OR ZD00I HAVE TO GET GROSS VALUE.IF KSCHL IS ZF01 OR ZF02 I HAVE TO GET FREIGHTIF KSCHL IS R100I HAVE T...

Date Format

Hii AllI am writing a BDC which involves two date fields. I want to populate the date fields depending upon the user's date format irrespective of what format is given in the data file. How to convert a date to the user's default systm format?? Tx

Resolved! ALV GRAPH

Hi,I want alv graph directly .right now i get ALV grid as an output and then i go into graph button and set whole graph as per our requirement as many time i execute the report.Is thier any way to save graph and we get directly graph with the desire...

Conversion Routine

1.How can we check whether a field has a conversion routine attached to it?What is meant by a conversion routine?can you site one example of a field which has a conversion routine attached to it?2.WHAT IS THE WAY U FOLLOW TO COMBINE INFORMATION FROM ...

Resolved! Help in Idoc

Hii create some idoc and i want to send them togother after 5 hours, so i change in we20 the mesaage type to Collect idoc.when i did it i get yellow idoc with status 30 the problem that i want that the status will be 64 or 66 ( to run bd 20 )Maybe u ...

Function Module

hello friends,i want to sepearte out even and odd digits from a given number and want to do addition of them.Eg. suppose i have number 12345 now i want to seperate out even numbers and odd numbers which are 2,4 and 1,3,5 respectively.after that i wa...

Resolved! background job problem

haii create the data upload program but when i run it as background job its not wking... hoh should i fix that problem?i use the function GUI_UPLOAD....to upload the data ...form get_data_from_as400_file .v_filename = dataset.call function 'GUI_UPLOA...

Resolved! Spool to PDF

Hi experts,I am converting a script to PDF documnet.For that i am using the FM: CONVERT_OTFSPOOLJOB_2_PDFafter that i am downloading to desk top.After downloading to desk top i am able to see the PDf document but the text in that is in irregular form...

Labels in this area