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

GL-wise report

dear consultants,i'm preparing a G/L-wise reports with,tables: bsis,bseg.with fields,bukrs,hkont,zuonr,gjahr,belnr,buzei,budat,bldat,blart,gsber,shkzg,dmbtr,werks from bsis bschl,matnr,menge,meins,ebeln,aufnr from bseg when i've used inner join for b...

Resolved! SAPSCRIPTS1

Hi All!I am designing a SAPSCRIPT in the landscape orientation and the form will be used as a receipt with counter receipt divided by dotted lines in between.Now my problem is there will be two main windows(both are one and same) on the first page an...

Resolved! Truncation of data

Hi All,I am facing a strange problem, i have created an elementary search help for the custom table. At the input screen we are passing the value to a 4 CHAR field. But it is truncating the last character (checked through tracing). This is happening ...

Function Modules

Hi,Advanced Thanks to your reply<b>Get the 300 class of the configurable entered using the function module CACL_OBJECT_READ_ALLOCATIONS.</b>what are Input Parameters used in this FMSend me the sample code for this FM CACL_OBJECT_READ_ALLOCATIONS ...

Resolved! ABAP Routines

There are 3 routines that have been created using ABAP and they are as follows:ABPSP, ABPSN, CUNITI want to know the definitions for the above mentioned routines or know how to go about looking out for the definitions for those routines.Please let me...

Regarding Smartforms

Hi all, Can anybody tell me what are the standard smart forms available in SAP. Like <b>SAP Scripts</b> is <b>SMART Forms</b> are also having standard programs and layout sets for all types of orders like Sales Order, Purchase order, Quotation, Inqui...

Resolved! String Comparision

See this code and the explaination belowVariable declarationDATA : v_route(36) TYPE C, V_OPRNUM(4) TYPE C.*Selection ScreenSELECT-OPTIONS: s_matnr FOR mara-matnr, "MATERIAL Number s_aufnr FOR afpo-aufnr, "Production Order No ...

Resolved! Internal Table Problem

HI again now i have a problem in Internal table, hope u can help.... this is my code:Get Total Line Internal Table GL Account 1 DESCRIBE TABLE i_gl1 LINES l_line1.Get Total Line Internal Table GL Account 2 DESCRIBE TABLE i_gl2 LINES l_line2. IF l_...

Resolved! Action Class

Hi! Everyone.. I'm working with GTM in SAP Extended module. GTM is Glrobal Trade Management. What is 'Action Class'? Maybe, this is base of industry solution developement. Maybe, I want to gain anything about it. Thanks in advance and Happy New Year....

SQl excecute plan

SQL StatementSELECT "VBELN" , "PARVW" , "KUNNR"FROM "VBPA"WHERE "MANDT" = '210' AND "VBELN" IN ( '400000','400019','400019','400066','400066','500000' ) AND ( "PARVW" = 'AG' OR "PARVW" = 'RE' )Execution Plan SELECT STATEMENT ( Estimated Costs = 1...

Resolved! ALE IDOC

HIEVERY BODYI AM NEW FOR ALE IDOC ,EVEN I HAVE SOME IDEA OF CONFIGURATION OF ALE BUT THE THING IS HOW I CAN START PROGRAMMING ....ISSUE IS THAT I HAVE TO WORK ON INTERFACING..ALE ,IDOCSO PLS SPEND FEW MIN TO SUGGEST SOME MAT... OR URL OR FEW PROGRAMS...

Display Output

Hi All, How to Find the class type 300 with name equal to configurable material. Plz Guide the how to build the query to retrive the data Class type 300 and Configurable material. Advanced Thankx to your reply Reward Points i look forwar...

Resolved! internal table

Hi frnds, I have 2 itabs- itab1 and itab2. I have to compare every value of a field from itab1 with all the fields of itab2.its like, i loop at itab1 , then within that loop i loop again at itab2. then i compare the field from itab1 with all the v...

Resolved! custom program

hi folks i want to upload the material data from legacy to sap system after that i need to copy all material types from one plant to another plant so can u provide how to write code for it by using functional modules material_read_plants and materia...

Copyin Function Pool

Dear All,I copied the standard program SAPLMR1M, Function modules & Function group of MIRO transaction. And i created the ZMIRO transaction. But when i try to execute the transaction it is throwing an error as Tcode not in T169 table.Do anyone help m...

Resolved! ITAB Delete Problem

Hi All,I have created the following ITAB;Data itab_sales_orders Like BAPIORDERS OCCURS 0 WITH HEADER LINE and this table has 1 record.In a Loop I delete a record that means it does not contain any records;LOOP AT itab_sales_orders. DELETE itab_sales...

Labels in this area