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

Resolved! List-box - USERCOMMAND

Hello all,,am using the following code.How i need to work this listbox with user-command.TYPE-POOLS : VRM. DATA : VALUES TYPE vrm_values. DATA : VW LIKE LINE OF VALUES. PARAMETERS : LIST(10) TYPE c AS LISTBOX VISIBLE LENGTH 10." user-command INITI...

Resolved! BAPI_PO_CREATE1

Hi Gurus,I am using BAPI_PO_CREATE1 for creating STO's. We are using SAP 4.7 Version. After executing the function module system is not saving the STO but it is skipping number range. any one please help me where the problem is. I am attaching th...

Resolved! SNC-JCO

Hi ExpertsCan you please help on how to configure SAP SNC for use between a non-SAP application using JCO.Client to an SAP R/3 ABAP system; and a non-SAP application using JCO.Server and SAPHR (iDoc)?Specifically:How do you configure the SAP system f...

ALV Report

Hi friends,I am using the below code now i want the result in ALV Grid. is it possible? please giv the solution.DATA BEGIN OF itab_list OCCURS 0.INCLUDE STRUCTURE abaplist.DATA END OF itab_list.DATA: BEGIN OF vlist OCCURS 0,field1(1000) TYPE c,END OF...

Resolved! Why three levels??

Hi experts, Why any fields in the data dictionary has three levels of hierarchy or grouping? Why do we have data elements,domain and data types?Why datatypes alone is not sufficient for any field?I will reward points for clear explana...

Reg: Bapi query!!

Hi experts, is it possible to call a standard SAP transaction in a custom BAPI ?? How do we suppress the standard SAP screens if we can call the transaction??BAPI for creation of material document number by using static inputs like moment type 311, s...

scripts query

HI experts..Can anyone tell me the realation between a script and the driver program.1) Can one script have many driver programs or vice versa.2) Most importantly i have a few driver programs names and i want to know their respective scripts so how ...

Resolved! Purchase info record

Hi all, I want to create purhcase info record for vendor as well as material.Is there any function module or standard program which can be used to create the same. Also for the existing info records I should set the deletion flag depending on some ...

table control scroll

in my table control 20 rows are there , here i am entering some value likebelow when i enter value in it .Quantity Unit Rate Total1000 EA 10.00 10,000.00 Below the table control one text box which like Amount Rs 10,000.00 when i scroll down then Amo...

HR Punch Cards

Hi Gurus, I want to know how to link the Employee Punch Cards with SAP so that the attendance details will be calculated automatically? Please give me the procedure how to link the external device and SAP?Points will be awardedThanksRavi

non ALV

hi allam using the below statement using an ALV am getting the desired output but am using the below statements for a non-ALV report the first select statememnt that i mentioned below is executing and retreving the data but the second select statemen...

Resolved! Type conversions

Hello,How is type conversion done in a statement likeDATA: date type d, string(10) type c. date = string + 1.If string has the value "20071031", will 1 be added as a string (resulting in "200710311" which is then somehow converted to a date), l...

Non ALV

hi allam using the below statement using an ALV am getting the desired output but am using the below statements for a non-ALV report the first select statememnt that i mentioned below is executing and retreving the data but the second select stateme...

Labels in this area