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

How to generate UML diagrams(Sequence, Interface…) using ABAP code.

Hi experts,I have one client requirement like, I have to generate Sequence, Component & interface diagrams using SAP ABAP. So my question is, Is it possible in SAP ABAP? if yes please tell me how.I have searched in SDN but I didn't find any relevant ...

Resolved! OO ALV: changing of fieldcatalog

Dear experts, I got following situation:During PBO I create my fieldcatalog in the simple way:IF rf_custom_container IS NOT BOUND.       CREATE OBJECT rf_custom_container         EXPORTING           container_name = 'CUSTCONTROL'.       CREATE OBJECT...

SK document indicator

Hello every body,I do extraction of documents number coming from the table BKPF.I want to classify those document as following:1- Ticket: receipt2- Invoice3- Simplified invoice : a small invoice like receipt, but with invoice number and VAT numberCan...

Resolved! how to fetch data from bsid,bsad,bsik,bsak easily with joining bseg and bkpf

Hi everyone,I have to fetch data from bsid , bsad , bsik , bsak for my reportAfter fetching Im gonna collect all datas in one internal table.In fınal internal table , ım gonna use for all enries for bseg and bkpfThis summary of my report,I used coupl...

Resolved! Program is not working during Background Schedule

Hi All, We written one program, which is working fine when we run manually. The same program is scheduled in background at 9.00am everyday. But It is not working during background schedule. Program Logic: Send email to the trainees who are all suppo...

tax amount in bapi

I am using a bapi to create sales order, the sales order comes from the third party system, i want to pick the tax amount from the third party. but I am unable to find the  tax field in my structure i.e BAPICOND or  BAPISDITM. can anyone tel me which...

Resolved! User exit G103 not declared in form pool ZGGBS000

Hi all,          I get a error GB308 'User exit G103 not declared in form pool ZGGBS000' when exetuting 'ML81N'     but the User exit G103 existed in ZGGBS000 and was added in form get_exit_titles.        in ZGGBS000 program:    form get_exit_titles:...

Opening an execl file directly when clicking on download to local file option in alv output.

Hi AllI have a alv report ,i am having an option download to local file ,clicking on it i am it will ask for file name and giving the file name and saving the file name into the system,like this i can open the excel file  and view the content,but my ...

Resolved! Dynamic Select Query-Odata

Hi I would like to know which type of select statement to be used if the values(or the number of values) in the where clause is not fixed. I have three input fields, and from the UI( Fiori app) I might fill just two fields or I might fill up all the ...

Resolved! Accessing private data

Hi to all.I use an implementation of badi ME_PROCESS_PO_CUST to find changes of subcontracting purchase orders.In that i use the mathod as IF_EX_ME_PROCESS_PO_CUST~POST.Here i use the importing parameter im_ebeln for finding the purchase order number...

Sales Contract-VA41/VA42-Add some custom fields in to Header level(additional data B)

Hello Experts,I am trying to add few custom fields in to Sales Contract header and I have enhanced VBAK table. But in screen level how to add the fields into additional data B tab.I have worked in MM various screen enhancement using screen exit but I...

Resolved! move statement issue

The move statement below can't work, any wrong with the code?REPORT  ZTESTING_CHHO.TABLES: KNA1,KNVV,TVKOT.*--------------------------------------------------------------**Data Declaration*-------------------------------------------------------------...

Resolved! Is It Possible to Re-Distribute an ALE Dist. Model View with a New Message Type?

Hi,i am wondering if the followings can be done. Suppose we have 2 systems A and B which are connected through ALE. System A is the original ALE distribution model maintenance system. So in system A we create a distribution model view and add one mes...

Resolved! How to face the performance issue caused by data retrieval from BKPF and BSEG tables?

Hi ,Please look into the attached file (only data selection is given) .The report takes very long time to display the output. i guess it is because of the data selection from the two big tables BKPF and BSEG.please let me know if i can do something t...

arkantos by Explorer
  • 3537 VIEWS
  • 14 REPLIES
  • 0 Likes

Resolved! Trigger event on Customer creation, change or delete

Hi Experts,     I need to trigger some event, when ever the customer data is created changed or deleted (KNC1 table). I do not want the table maintenance events and only want the event to get triggered through transaction codes XD01,XD02. The purpose...

Labels in this area