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

Calling a BAdI

Dear All,I have to call a BAdI BADI_MM_MATNR in a program. I have written the following code:DATA: ref1 TYPE REF TO badi_mm_matnr.data: t_mard type standard table of mard with header line.GET BADI ref1.call badi ref1->CHECK_MARDexporting mdata = t_ma...

Internal table

Hi All,I have few questions please anyone give the answer.1. As we know that the internal table having the type:Standard,sorted and hashed type and performance wise hashed table having the high performance intead of this why we always use standard ta...

Concepts in ABAP

Hi Experts,I am new to ABAP,can any one help me to get detail notes about ABAP.Please also explain me the correct process to learn ABAP statements.How many concepts are there in ABAP like Report, ALV, BDC.Please give the links or document for all the...

Resolved! selection problem

Hi,I need to selct particular fiels from a database table into an internal table where key_field = abc*.How do I do it?Eg.consider i have a DB table 'XYZ' with the fields -name date classthe entries are say:name date classwelco...

Resolved! read excel file

i need to read an excel file into an internal table. i already used gui_download and ALSM_EXCEL_TO_INTERNAL_TABLE but my problem is not solved as my excel file has 12 field, out of which three fields are for comments and therefore of variable length....

Resolved! Data Dictionary

hi we are facing some problem in QM report we want to convert character field in to numeric as we want the total and average of the field .table name:- qamr- field name:- Original-Input. Waiting for the reply Regards

Resolved! Creation of bapi

I need to create a BAPI for a classical report YUFA.(Forecast Accuracy)The problem is the report is a quarterly one and every time it shows different columns according to the periods ie 1 month has 4 periods,so for 7th month starting it shows 25th p...

FI Smartform

Hi pplI have a FI document no. along with the company code.I need to find the smartform responsible for printing this FI document and make some changes to it.How do I find the smartform name?Please help me.Reward points guaranteed.Thanks,Shamoil.

Resolved! Performance Tunning

Hi Friends, I have an ZREPORT in SD, its taking long time during execution, so in T-code : SE30 i had done its run time analysis the readings where,ABAP - 85 % DB - 10 %system---- 5 %, i also done the sql trace in ST05 , its showing...

balance

hii need fetch the data from lfa1 and lfb1(fields bukrs,lifnr, name1...) tables and get the vendor balancesvendors that have been inactive for atlease last 10 months, i need to get their balance.for eg like FK10N transaction the vendor balance should...

reply urguently plz.

hai friends , i have one bdc program to upload infotype 22 .can u tell me after the uploading where the client is going to see the details..?pa20 or pa40 or table pa0022..? which one is more used by the enduser..?plz..reply soon...points are sure for...

Resolved! hi

in module pool programming in a screen i have given textbox as mandatory but when i press exit button it ask to enter some value in textbox. how can i exit from screen without entering value in textbox.

set pf status

hi friends, there is a stmnt, set pf status gs_status excluding rt_extab. I just want to know how rt_extab is getting filled. can any one help me with this, as to what to debug to check how it is geting filled...thanks a ton...

Resolved! table

Hi, i am new to this SDN can any one help i ahve created a table with selecting three fields as key fields now i want to remove one field from the key i did like tht but i am not able to activate it can any one help me regarding thisthanks

Resolved! select statement

Hi forum,Pls correct the following statement.select zwels bukrs from lfb1 into corresponding fields of table itab2 for all entries in itab1 where lifnr in s_lifnr and bukrs in s_bukrs and zwels in s_zwels .thanks & regards,mallika

Labels in this area