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

Source for DDIC Table

Hello ,I have a transaction and some tables are used in that transaction which are automatically popping out. Kindly can you please explain me the procedure , so how can i find the source for that table, like from where the data is entering into that...

Program works using debugger but dumps in background or dialogue

hello experts,I have a confusing issue. When I run the program in the debugger it works fine but when I run it in the background or dialogue mode I get an ABAP dump with the following message:CL_GUI_CUSTOM_CONTAINER----------------------------CP " CN...

Resolved! Im posting a non-PO Vendor Invoice through BAPI_ACC_INVOICE_RECEIPT_POST and I need to check duplicate Invoice before posting.Is there any Function module to check?

Im posting a non-PO Vendor Invoice through BAPI_ACC_INVOICE_RECEIPT_POST   and I need to check duplicate Invoice before posting the information.Is there any Function module to check the duplicates?

Resolved! Sorting in Table Control

Hello All,I have table control & I added sort button with code ..in top program ..data:  fld_list   LIKE  TBL_CTRL-cols, wa_fld_list LIKE LINE OF fld_list. in PAI..  when 'SORTU'.       READ TABLE TBL_CTRL-cols INTO wa_fld_list WITH KEY selected = '...

How can i using this function with Gui Download ?

data yol type string. concatenate 'D:\Proje Çalışanları\' gv_pjtx '.xls' into yol. CALL FUNCTION 'EXCEL_OLE_STANDARD_DAT'   EXPORTING     file_name                       = yol *   CREATE_PIVOT                    = 0 *   DATA_SHEET_NAME               ...

Copy Role in SAP

I want a way to copy one role to 60 diffrent rolesand each of these craeted new roles i want to change one authorization object with a diffrent valuesfor example the Orignal role Z:original and the new roles will be:Z:original 1Z:original 2Z:original...

Resolved! Failure Mail Alert

Hi ,As part of mail automation i am selecting status of the process chains from RSPCPROCESSLOG table.In the select am putting a condition to ignore active,planned,finished status jobs,which of course left is failed ones.I am able to do that.But now t...

Resolved! Dump in code

Hello experts,I have replaced old code by creating a function module and used it in code, but while executing program i am getting this dumpHere is the screen shot of FMFor your reference i am attaching code with this. If anybody knows about this iss...

Why Tax jurisdiction code is clearing once customer was created successfully?

Hello,We are creating customers by running a custom report prog., wherein we used standard SAP's BAPI for creating thiscustomers.We are running this custom report prog. in background, wherein the running user ID is WF-BATCH, i mean, workflowbatch IDC...

Top of page of alv report is not downloading in excel sheet

Hi experts,                    When  I am downloading my alv report  to excel sheet then top of page is not coming in excel sheet. I have used split container to display top of page. Can any one tell me how to downlad top of page in excel format?

Resolved! BDC F-28 HOW TO GET PAGE DOWN

Hi ABAPers,I have developed a BDC for F-28 and it is working for 11 entries. If I give more than 11 entries it got stuck in last screen, ie screen no 700 in SAPMF05AThis screen is not having table control. It is full of Input/Output Text fields. Ther...

J_OWENS by Explorer
  • 796 VIEWS
  • 3 REPLIES
  • 0 Likes

Resolved! Scrooling alv grid down

Hi Abap Experts,                                 I have requirement such that when i check one checkbox in alv grid and try tocheck another checkbox it should through an error.using indexs and internaltable i completed that requirement.BUT know my pr...

Resolved! Exit for FMZ1 based on fund reseravation display remining feilds

Hi Experts,       Whenever the user enter fund reservation no in fmz1 and click on enteri need to  fetch below fields values and display                         Project ID (KBLP-PSPNR)               DDO/SCO/HoD (KBLP- FISTL)               Head of Acc...

How to increase length of document description in tcode vx12 for LC Document.

Dear Experts,     I want to know is there any screen exit or any thing else to increase the length of document description for LC Document. In standard it is 40 char long, my requirement is to increase it up to 300 char long.     Please help me out f...

SNC unable to initialize

I believe I have configured SNC correctly.So when I enabled SNC and trying to login I am getting the following errorBut once i remove the SNC connection options in the network tab, I am able to loginMy kernel version are as thisAnd I am wondering if ...

bharathyp by Active Participant
  • 1219 VIEWS
  • 4 REPLIES
  • 0 Likes

Resolved! Error while coding

Hi iam a starter in ABAP and i got a small error while coding that isPARAMETERS:  ABAP  AS CHECKBOX.  SELECTION-SCREEN COMMENT 5(4) text-010.  SELECTION-SCREEN END OF LINE.  SELECTION-SCREEN BEGIN OF LINE.  PARAMETERS:  MM AS CHECKBOX.  SELECTION-SCR...

Image in Adobe Forms

Hi,I'm uploading an image from my desktop by creating a image element in adobe forms.It is working fine in Development system. Not in my others can also see the image when they run from their systems. It is not yet moved to Q. Is there any problem wh...

Labels in this area