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

Resolved! select options on date

Hi All, I have a select-options variable on a date variable in which i want to default the date range as last week. I tried the following but it didnt worked.SELECT-OPTIONS: s_date FOR pa0000-begda default sy-datum - 7 to sy-datum.Any clues...

Resolved! code

Hi experts,see the below code.CALL METHOD CL_GUI_FRONTEND_SERVICES=>CLIPBOARD_IMPORT IMPORTING DATA = EXCEL_TAB1 EXCEPTIONS CNTL_ERROR = 1 OTHERS = 4. IF SY-SUBRC <> 0. MESSAGE A037(ALSMEX). ENDIF.The EXCEL_TAB1 co...

Regarding IDOC

Hi, can any body please give me the solution for below mentioned. I am using a functional module to convert an IDOC with an extension/enhancement and a message type to an IDOC with Different message type the problem is that the converted IDOC i...

Resolved! Modify Std SAP SCript

Hi All I want to modify a standard SAP Script i want detail steps. Take any std script and give me the steps. I will be given this task by me TL after 3 days (he told me ) so want to prepare first. All helpful replies will be rewarded . Step by step...

regarding BDC coding

hi all,i hv to upload data from excel sheet to sap system the fields are posting key,cmpy code,gl a/c,vendor code ,vendor name,busuness area and amount,,,i request u all to plz write a BDC code for this bcoz i m in learnig stage i hv just started lea...

Resolved! data transfer

Hi experts,I have a Z table, i created my own request, but in se10, the table is showing like R3trtablZrepl_gpsMy table name is zrepl_gps.Can any please give some idea, why showinglike this.Thanks in advanceRamsMessage was edited by: ramesh

add leading zeros

Hi All,Please can any one help me .i have one field <b>char 6</b> ,i need to add zeros to this field.ex:1) field value is 1 i need to do like 000001. 2) field value is 20 i need to make it 000020.kindly give me solution for this.Thanks in Advance ....

Resolved! Fixing ABAP Unit

HelloI'm having a problem getting my unit tests to run, these unit tests were working before until the server was redone a few days ago. I haven't changed anything to the test classes but now when I execute any of the unit tests ABAP Unit breaks with...

Resolved! problem in code

Hi experts,See the following code.TYPES: BEGIN OF TY_S_SENDERLINE, LINE(4096) TYPE C, END OF TY_S_SENDERLINE, TY_T_SENDER TYPE TY_S_SENDERLINE OCCURS 0 DATA: EXCEL_TAB1 TYPE ty_t_sender.So here i want to create wor...

Resolved! Update delay simulating

Hello all,we have the following situation. From the repair order a service order is created. As per standard SAP u can configure the service order is released during it's creation. But due to certain reasons we are not using the SAP provided configur...

Resolved! tab strip control

hi experts, I am doing automatic debtor clearing using tcode f-32. in transaction f-32 second screen i need to select the items which i need to clear. how i know how many items fit in first page. because in my system its showing 16 items, b...

regarding BDC coding

I HV WRITTEN the half of the part to upload data from excel sheet(fields are posting key,cmpy code,gl a/c,vendor code,vendor name,business area n amount) to sap system now i m facing problem how to pass records to bdc using perform statement...here i...

Resolved! set pf-status

Hi,I'm facing a problem with GUI status. I've created status. Inside it there are 3 buttons BACK,EXIT, and RW.After selection I'm not able to see them at all.I've put my status here:END-OF-SELECTION.set pf-status 'STAT'.Regards,Wojciech

LSMW iterations

Hello,I'm trying to achieve the following:I have a txt file which contains a number of pernr's.Now I want to modify all the children of each pernr through LSMW.I have already created a batch input recording where I change one child. But I don't know ...

Labels in this area