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

ztable data backup

Hello SDN,Is ztable data entries are saved in transport request, can I re-import the same request if program deletes its contents? Would this be possible? Or what should be the proper way to backup, that is, export and re-import the table?thanks,Adet...

Resolved! Creating, changing and loading maintenance notifications with Function/BAPI

Hello,I want to create, change and load maintenance notifications with functionmoduls/BAPIS.There exists the function group 2128 which has BAPIS for creating und loading maintenance notifications. But there isn't a BAPI vor changing a maintenance not...

Authzorization check

Hi all,I have to solve following issue:In a function module there is a call of a transaction (ICLCDC02) via BDC to update data in another module. The issue now is, that the user has not the authorization for this transaction and is also not allowed t...

Resolved! Line Item - Order

Hi ,I am working on Sales order custom transaction,My requirement is I should display order line items same as in VA01, It should function same like VA01 depending on customization and user exits or badi's, I like to know there is any function module...

plz tell me sol?

Please check the possiblities of editing business place/ section field at later date if it is missed out by the inputer. when we are posting document in f-02 there is a field business places in which we hav to enter TDS but inputer forgot it .suggest...

syntax of FIND command ?

HiDuring upgrade to WAS 7.0 I have to convert a SEARCH command to a FIND command.int_edidd is a standard tabel.Old: SEARCH int_edidd FOR 'E1EDK04'.New: DATA: l_segment TYPE STRING VALUE 'E1EDK04'.FIND FIRST OCCURRENCE OF l_segment IN TABLE int_edidd ...

Resolved! SPNego and Windows domain

Hi, just to make sure: when the windows 2003 domain is MYDOMAIN and not MYDOMAIN.COM or anything with a dot in it (so users logon via MYDOMAIN\username), but the FQDN of the J2EE server is j2eehost.mydomain.com, then MYDOMAIN should be used to create...

MarcelRabe by Product and Topic Expert
  • 490 VIEWS
  • 2 REPLIES
  • 0 Likes

Resolved! Background Job

Hi,i execute a report to run in backgroung.Program->executein background->printersetup->immediatelyperiodicvalues->otherperiods->5minutes..In the periodic tab i have selected other periods and made it to run for every 5 mts.I am seeing this in SM37 t...

Resolved! Where to put GUI_PROGRESS_INDICATOR and error in CLOI_PUT_SIGN_IN_FRONT.

Hello experts, I am currently debuggin my report and it is giving me a dump when I am trying to use FMCLOI_PUT_SIGN_IN_FRONT. It says that it only accepts character based values. Also, based on my code below, where can I put the function GUI_PROGRESS...

table mdtb

hi!i have field in table MDTB-PLANR.this field contains value, i need to translate this value.for example somtimes it contains value 00000023695, andin MD05 i see it as WBS 4.0016.the field has no conversion routine.i need to know how does it convert...

Resolved! to send email

Hi All!I have a internal table containing values which i want to send as an attachment to a e-mail.can anybody suggest me the appropriate FM or BAPI for this..RegardsPraneethMessage was edited by: Praneeth kumar

Resolved! Leading Sign

Hello All,I have a small problem , Below is a small piece of code..DATA : A type P value '-5'.write : / a. the output will be 5-here you will get the sign in the front. I want the output to be appeared as -5. Is it possible.Regards,Krishna

dialog prob

Hi friends,I m dealing with dialog programming. In screen 500 is my initial screen(normal) having field customer no. In screen 600 customer no & land field is there. In same screen 600 having tabstrip control. Anybody will tell me how to fetch the da...

Resolved! Encoding password

Hi alltogether,I have some problems by encoding a password.I have a Login with username and password.Username and password are saved in a table.Now, how can I save the password encrypted in the table and how can later the system decrypt the password ...

Resolved! SAPScript to PDF

Hi Folks, I had to create a RFC Function module, which takes invoice number and output type as input parameter and downloads PDF file from the SAPScript document. Eg If we go to transaction VF02 and put in the invoice number and go to menu path ...

Labels in this area