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

data selection

hi,I have to select data from tables bkpf , bkdf , bseg and anla and club them into a final internal table and the selection criteria is 1) company code - select-option - Mandatory .2) cost center -select-option - if not entered should wor...

BDC

Created an interface for uploading Purchase Info Records using the BDC Call Transaction Method and Standard Purchase Orders using Data Upload.anybody tell me the meaning of above and the transaction for that also ..Regards,pandu.

ALE iDoc

Hi Experts,I am new to ALE iDocs.I am getting the following error while generating the partner profiles using the transaction BD82. Port System ZCX1 Port could not be created RFC destina...

ITAB to WA

Hi,I have an ITAB that have the following Header:First_NameLast_NameContactI have an WA that only have component:ContactIs it possible to Loop at ITAB and assgin the corresponding field into WA ?What the code look like?Regards,Rayden

internal table

What is the fastest way to move one internal table to another internal table (assuming two tables of similar structure)?a) append lines of table1 to table2.b) loop at table1.Move: table1-field1 to table2-field1, table1-field2 to table2-field2.Ap...

User Exit for ME21

Hi Gurus,I am new to User Exits. I have one requirement.In T Code ME21N if the Document type (BSART) is P373 and Vender number (SUPERFIELD) is ‘70370’, then only purchase order should be created otherwise it should raise error message.To do this user...

ALV

Hi Gurus, I am doing ALV with <b>cl_salv_table=>factory</b> .Can any one please let me know how to add a header for the ALV.Header information will be of 7 lines ..Please give me a solution.Ashok.....

Resolved! FS to Structure

good day experts...how can i create a structure with reference to a FS? data <gt_itab> TYPE table. CREATE DATA gdo_data TYPE (p_tabnam). ASSIGN gdo_data->* TO <gt_itab>.from the code above..i want to create a structure with the fields like <gt...

Labels in this area