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

Resolved! delete

I want to delete duplicate records from an Internal Table by comparing all the fields.CAN I use the code below or do i need to specify comparing fields. DELETE ADJACENT DUPLICATES FROM it_bsid.Shejal.

Resolved! Creating a Select-option with no-intervals and a parameter on a single line

HiI have a unusual reqirment of creating a select-option with no intervals obligatory and a parameter on a single line. Is this possible? Can any one please provide me a solution for this. I reffered to the SAP help and what i found out is a single l...

currency conversion

hi friends,In Lsmw i have a requirement of converting currency format to usersetting format for eg if the input is1,2345.678 and my system settings is 1.2345,678the conversion should convert from input format to usersetting format.there are few subro...

Resolved! Add Months to a date.

All,We have a requirement to add 'X' months to a date in YYYYMMDD format. For example, 20060101 + 13 Months --> 20070201Would appreciate if anyone can help me in finding a standard function module for this or could provide a sample ABAP code. Best Re...

Resolved! Parameters problem

Hi, I wanna pass a parameters in a FORM but not like usual... somthing like PERFORM sub USING TABLE XXXX BUT XXXX is a text parameters like concatenate 'itab_' table-name into XXXX. Is it possible? I guess yes but how do it? Can you please help me TH...

Resolved! how to convert DATS format to DEC for one date(urgent)

Hi experts,I have to convert one date format to otheri have one field in DATS format,but the other date field is in DEC format.now i want to send the DATS formatted date to the date which is in DEC format.Useful answers will be rewarded.Thanks in adv...

Resolved! BDC_SESSION

Hi.I want to know that on getting an error session after a session is ran how and what we do of that session and the flat file.For example, I have 1000 records out of which say 300 records gave me an error in the session.Then there will be an error s...

Resolved! Dynamic IF condition

Hi Forum!I want to know if it's possible to build a dynamic logical expression for IF or CASE instructions and get it evaluated.For example:data: LogExp type string.LogExp = 'Sy-subrc eq 0'.IF (LogExp).Endif.Ordata: Var type string, LogExp type ...

Function Module Issue

I have a Funtion module name as HR_AUPBS_MONTH_DAY ,to which i am giving input in the form as follows: From date: 12.09.2006To Date : 06.10.2006And it is returning the days as 24, but when i m using this funtiocn module in scripts by perform stateme...

GOS Archive Link

Hi'I need to store the files created in GOS -> Create attatchment on a seperat archiving system. Can this be done with out extensive programming?An other solution is to use "Store business Documents", but with the filename instead of "Document type"....

Resolved! smartform

Hi experts,In a smartform when we dispaly it ,right hand side we have text type like <b>Include Text</b>.Suppose there isText Name : &SENDER&Text Object:TEXTText ID:ADRSLanguage: &LANGUAGE&Can any body tell me From where the values will come from?

Labels in this area