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

Resolved! RFC issue

Hello all,I have created new FM 'X' in which i am calling another FM 'Y'(which is remote enabled but calling in same system ) to change PO data, when i run the  FM 'Y'  in SE37 it is changing  PO in back end and no issues . But when i execute my new ...

Resolved! Return Order updating ADRC table

Hi,I was posting a return order through BDC, in this I am extracting partner(SOLD-TO-PARTY) details from flat file and posting it. While updating, system is using the address number (Table ADRC) of the original SO document. Hence, once  I post the re...

JJosh by Active Participant
  • 634 VIEWS
  • 3 REPLIES
  • 0 Likes

Resolved! outbound idoc FIDCCP02

Hi all,I need to send outbound idoc of type FIDCCP02.This idoc will be generated when an accounting document is created (FB01) or changed (FB02).I need your help to configure partner profile in WE20, indeed i don't know which outbound process code to...

Resolved! validations on fields

Hi  Experts,If i use chain endchain all the fields which i put Under chain-endchain are in enable mode.  if i use FIELD---MODULE it validates first field and shows error .after correcting it it goes for second error field . If i want all the error fi...

DIRECTORY_BROWSE

It seems simple:- Call the folder selection dialog- Get the full path to the folder- Action on your own with it. CALL METHOD CL_GUI_FRONTEND_SERVICES=>DIRECTORY_BROWSE    EXPORTING      WINDOW_TITLE   = 'Other'      INITIAL_FOLDER = 'C:/Backup/'    C...

how to display one data among the multtiple data.....

hi,  see attachment as data display in debugging mode but i want data like below  dish/100              vishal              pratusha                  :                  :dish/258           vishal           mohit              :              : how to ...

Resolved! How can i get just one row for every material no(MATNR) from MM tables?

Hi experts;I want to get data form mara,mbew,mard tables. But i am getting one more rows for material no. How can i get just one row for every material no.My query and internal tableDATA : BEGIN OF gv_itab OCCURS 0,   matnr LIKE mara-matnr,"Malzeme N...

Resolved! Transpose ABAP ALV

Hi Gurus/Experts,I have a question and a problem, but I think this problem will bring me to be better,I have a request from my client, that my client want a report of cash flow projection but with transposed table.Example :No.      Name          Addr...

Resolved! Could it possible generate selection screens (select-options) from remote table

What I want create select options based on remote (ex. Oracle) table. I researched ADBC_QUERY program but did not get any achievements. Also I found how to generate dynamically select options using data dictionary table. But I can not adopt it for re...

Resolved! SQL usage about group by and top 1

Dear expert.  I want to that:     1. order by bkpf~budat DESCENDING                       bkpf~gjahr DESCENDING                       bkpf~belnr DESCENDING                       bkpf~awkey DESCENDING     2. group by (bkpf~bukrs  bkpf~blart bkpf~budat...

Issue in BADI Me21n

Hello Experts,Urgent help requiredI have stuck in one problem  .I have used the badi process_item . I had created a enhancement in me21n to make tax code as mandatory field.Enhancement is working fine E04 system but when it is moved to T04 systems it...

Resolved! No word wrap

Hi experts,I have recieved a code which I was told to just copy paste. The problem that occurs is that my code wrap when I paste it even if I have the setting "Disable Word Wrap". Any ideas how I can solve this problem? See pictures below:Example: Co...

Resolved! Express document "Update was terminated" received from author "XXXX" in VT02N

Hi Experts,Post Upgrade I am getting the this issue in VT02N while generating Output type in VT02N. Express document "Update was terminated" received from author "XXXX"Process followed:-1) Tcode: VT02N, enter the "Shipment Number".2) Goto-> Output -...

Labels in this area