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

Resolved! dynamic columns

Hi all,Suppose i have this code:<b>loop at table into line.....if line-column1 eq 'something'.....endloop.</b>with that i search if the column line-column1 is equal to 'something', and if it is i do something. That works fine, but now i'm facing a pr...

luscruz by Participant
  • 518 VIEWS
  • 3 REPLIES
  • 0 Likes

Resolved! select join

I want to create a select join on 2 tables and I want to select ALL of the fields from the 1st table(without having to list them) and just a few (I'll list them) from the 2nd table. Is this possible?Thanks!

sap_cohort by Active Contributor
  • 1144 VIEWS
  • 10 REPLIES
  • 0 Likes

telnet & Rlogin

Hi,I need to disable the telnet and rlogin services in The Solaris Server where SAP is installed.Do you know if there is a problem with that ?I have SAP 5.0,Solaris 10 and Oracle 9I´m going to use SSH instead telnet. RegardsEmilio

RFC basics?

Hello All,I know the basic differences between tRFC and qRFC. I know how to create RFC's using SE37. But how do I create and use tRFC and qRFC? The RFC we usually create is a tRFC or qRFC? How do I recognize?Thanks in advance,Chandni

Resolved! Field Symbol

Hi allIm using the follow code in a user exit to retrieve the text typed for a certain item of the transacatio ME51N...field-symbols <ztext> type any " or field-symbols <ztext2> type standard table.assign ('(SAPLMMTE)gt_control') to <ztext>. Eve...

GUI status

Hi all,I have two screens like 100 and 200.In 100 i hvae 2 radio buttons and in 200 i have a gui appln tool bar button say 'add batch'.My requirement is when i select radio button 1 in 100 then that 'add batch'button should not appear in 200.and if I...

Resolved! Read Statement

Hello friends,I have to read a internal table based on it_zzsd-Kunnr.I am using,READ TABLE it_knvv WITH KEY kunnr = it_zzsd-kunnr.However in table it_knvv there are multiple records for a single it_zzsd-kunnr.I just want to pick the first.Will the re...

ABAP Metrics - Again

Hi ,I Want to find a Tool to extract metrics from abap programs.I Find just one relevant tool, AboveSoft Analyzer (http://www.abovesoft.com) but it does not divide sub-routines in the abap program, it sum all and show a result by program. If I divide...

Resolved! Data from Z-table

Hi ,My requireent is as follows . I have a z-table for which company code (BUKRS) is the only keyfield . Now I need to dislpay a list of all company codes which are in t001 but not on the z-table .This is my follwoing code :TABLES: t001, zfinfc . D...

Resolved! Last Page in Smart Form

Hi,I need to print footer always in the last pageirrespecive of the number of pages generated for purchase order.Created a Folder and added a template with the footer information.Tried the event " Only After End of Main Window".It doesn't work.Any he...

BAPI_GOODSMVT_CREATE

Hi, all i created a new functional module Z_BAPI_GOODSMVT_CREATEwithe reference to BAPI_GOODSMVT_CREATE. i created header and item stucture a i get data from my company and i use that in the functional module . the input data for my functional module...

EKKO - EKPO - EKET

Hi, I was writing a report that selects data EKKO (Purchase Order), EKPO (Purchase Order Items) and EKET (Purchase Order Delivery Schedule). I needed to get BANFN field (Purchase Requisition) number which is related to the PO.Both EKPO and EKET table...

Labels in this area