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

BADIs which Method ?

In VF01 on clicking on SAVE button i found these BADIs1) BADI_SD_BILLING2) BADI_SD_TO_FM3) BADI_SD_ACCOUNTING4) BADI_SD_GM5) AC_DOCUMENT6) FI_LIMIT_PROCESS7) FAGL_PERIOD_CHECK SD_CIN_LV60AU02Now Problem is that which BADI i should select for Implemet...

Resolved! Change file name

Hi,I am coding a LSMW object as an interface.My Interface has to upload cyclically and automatically two files from a folder. After processing the files have to be renamed and saved in the same folder.So, does anybody know a SAP function which can do...

HKany by Participant
  • 623 VIEWS
  • 4 REPLIES
  • 0 Likes

Fn mod for date

xperts,any fn mod available for getting dates like;if i am exec on Mon;Sun Mon Tue Wed Thu Fri Sat Sun Mon Tue Wed Thu Fri Sat (10 days)if i am executing it on Wed.Sun Mon Tue Wed Thu Fri Sat Sun Mon Tue Wed Thu Fri Sat (8 days)wat i need is the date...

Resolved! screen functionalities

Hi Friends,I have created a screen , screen no 200In that i have some fields materialplantstoragelocationnow i want extension button for material field.i also need a varient for these e fields of selection .like in normal reports i give values and sa...

smartform issue

SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-001.Parameters: S_MATE like mseg-matnr obligatory.SELECT-OPTIONS: S_AUDAT1 FOR mkpf-budat obligatory.s_audat = s_audat1.SELECTION-SCREEN END OF BLOCK b1.this is my selection screen code.....in ...

Resolved! currency query

i am using this function module for the currency conversion.please tell is the fields correct that i am passing through it and how will be the date and currency field declaration.please elaborate,CALL FUNCTION 'CONVERT_TO_FOREIGN_CURRENCY' EXPORTING...

EAN Number

Hello,I have an issue with the EAN Number. I do have an inbound IDOC which updates the EAN of a material. However, there is one material which does not accept a leading 0 in the value of the EAN Number. But other material numbers allow a leading 0 in...

currency type

Hi all......Can some one tell me how to display a field of currency type which is stored in sap transparent table as amount(type:DEC). for eg., in sap table it is stored as 12345.000 but i need to display it as 123.45, because this 123.45 is compared...

Resolved! Date format

Hi all..i'm getting date 10.01.0001.i want date should be 10/01/0001.how to insert '/' between for the following code.DATA : DATE TYPE DATS, NUMBER TYPE I VALUE 10, RESULT TYPE DATS. RESULT = DATE + NUMBER. WRITE : RESULT.regardsSuprith

Resolved! email sending problem

Hi,I am using the FM 'SO_NEW_DOCUMENT_ATT_SEND_API1' to send an external E-mail. i have to create it in development client.but its not working in Development client. and i do not have authorization for SCOT and SBWP transaction codesCould anybody sug...

Labels in this area