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

Resolved! SHD0

Hi,Can anyone help me out on SHD0 transaction ? If anyone can help me out on some documents regarding this, it would be really helpful.Points would be awarded against helpful posts.Thanks and Regards,Anindita

Resolved! Check printing

Hi allI am working on check printing using tcode F-58, F110,FBZ5......i have to create chque form ie. invoice n chaque on the form.....i am not able to start it.....from whr i should start....from where i can fatch data......if thr is any standard sm...

ALV

IF ucomm = '&IC1' AND selfield-fieldname = 'EBELN'. READ TABLE it_out1 INDEX selfield-tabindex. IF sy-subrc = 0. SET PARAMETER ID 'BES' FIELD it_out1-ebeln. CALL TRANSACTION 'ME23N' AND SKIP FIRST SCREEN. ENDIF. ELSEIF ucomm = '&I...

ALV to Excel download

Hi folks,I have a requirement where we need to download the ALV data to excel sheet. Currently i am downloading the data through standard download to excel button in ALV. But when i download the data from options LIST->EXPORT>LOCAL FILE, the data is ...

ALV REPORT:

my reqiurement is as follows:1. when pushbutton is clicked the transaction should go to 'CJ01' following is my code;tell me where my code went wrong:FORM USER_COMMAND USING RF_UCOMM LIKE SY-UCOMM SEL_FIELD TYPE SLIS_SELFIELD.CASE RF_...

Resolved! hi

hi friends,i know font and text color used for smartforms.but i donot know about can or cannot be font and text color used for sapscript?Reply me soon now.....Thanks & Regards,s.suresh.

Sap-script

Hi, I have an internal table it_account with the following pattern of data. 71 data data 71 data data 71 data data 72 data data 72 data data 72 data data 73 data data 73 data data.i am looping at this internal table and printing th...

fieldcat in ALV

Hai all, I am using a 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' and in the output i have a check box as one of the coloums of the item details . I want the check box to be displayed only for a few records,based upon some condition of the records...

Resolved! BDC Programming.

Hi,I want to learn how to upload data using BDC. If I have a excel data file how will upload it using BDC. I don't know the full process of doing it, if someone help me in this. I want it using BDC session process and processing that session. Plz hel...

Resolved! select-option

hi frnds , i have the following code,==================================REPORT YGL .DATA:BEGIN OF itab OCCURS 0,date LIKE sy-datum,bal TYPE p decimals 2 ,END OF itab.DATA: it_final LIKE itab OCCURS 0 WITH HEADER LINE, wa_d1 like itab.DATA:...

Resolved! ALV report

Hi.....I have a requirement ...where i need to generate an ALV report and upon the selection of the particular PO or Material number or vendor number I need to go for the particular transaction of the number in display mode. and I wanna know how this...

Resolved! using ALV

I want to display sales order items that show various fields and have other fields ready for input.The user can expand or collapse the sales order header lines to decide if they want to review the line item data. Fields are ready for input at both th...

C14N_NUMERIC_FORMAT

Hi, Can any one give me code for use of C14N_NUMERIC_FORMAT...or explain how to use this particular function module?I have to use this function module to convert a numeric string in any decimal notation to 123,456,789.12 format.Thanks & Regards,Shara...

OPEN DATASET Problem

Hi Friends,I have issue in the OPEN DATASET Statement. From this statement how to handle the exceptions. Pls give me a sample coding. f_filename = '/usr/sap/DBI/INVD.txt'. OPEN DATASET f_filename FOR OUTPUT IN TEXT MODE ENCODING DEFAULT.How to chec...

ABAP -Developer Role

Hi Gurus, My ABAP Developere still they have SAP_ALL access how to control to give only the Developement roles to remove the SAP_ALL.I already set the role choose SAP Menu - ABAP work Bench Access, But the Developer Can't access SMART FORMS and othe...

Labels in this area