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

EQUIPMENT_UPDATE

Hi Can anybody tell me how to use this function module EQUIPMENT_UPDATE?Even though i provide all the data required the function module is going for dump saying <b>PARAMETER *HEQKT IS MISSING</b> even the parameter is being provided.The actual rquire...

Resolved! Calculating Percentage

Hi There,This may seem like a stupid question but for some reason I can not get calculate the correct percentage of a value in ABAP.My Code:DATA TAX(5) DECIMALS 1 TYPE P.DATA GRS-CMPRE LIKE VBAP-CMPRE.TAX = 175 / 10.GRS-CMPRE = ( 13830 + ( ( 13830 / ...

please solve this.

Hi guys, I am using ECC 6.0. FOR CHANGING A STANDARD CODE/ STANDARD FUNCTIONALITY, WE HAVE FOLLOWING METHODS1. USER EXIT 2. BADI3. CHANGIND THE CODE WITH KEY PROVIDEDBUT IN ECC 6.0 WE HAVE A TECHNIC CALLED 1. Enhancement Framework.Can any o...

Resolved! Field PKNUM too small

Hello,The field PKNUM "Control cycle number" is declared on 7 digits. But it's too small. How can I do in order to resolve this problem ? Can I modify this declaration ? What's the impact if I change length of PKNUM ? Or do you have an other solution...

Resolved! ADDR_INSERT

Hi,we have created a function that insert functional locations (PM module). We need insert their adresses too, and we pass the parameter adress_number in struct <b>data_general</b>-READ_ADRNR in BAPI_FUNCLOC_CREATE (previously we have created the adr...

Resolved! Problem in VA03

Hello Friends,I am facing the problem in VA03. After entering order no it gives me Error message that 'Address doent exits'. I have traced out the problem and found that the entries in table ADRC are vannished. but the related entries are present in ...

Resolved! what is bapi?

Hi all.I am new to bapi's.i want to know about bapi.what is th purpose of those.I heard that by using these we can upload the data(like creation of sales orders0,and we can communicate to the other system..how both thinga are possible..can any body s...

Resolved! Interactive ALV

Hey guys....In an Interactive ALV report, i want to put same header and logo to all detailed lists including basic list.But i will write Reuse_alv_commenteroy_write..only for first screen.It shold apply for all detailed screen...Is it possible?..If n...

Resolved! Logo in ALV lists

How can I include logo in ALV reports,for GRID display logo is displying.. for other types of ALV reports, like LIST, Hierarchical, and Blocked lists. logo is not getting displayed.quick response is highly appriciated.Sujatha.

meaning

Hi Friends,I wanted to know the meaning of following codeloop.loop at lt_tab to ls_tab.if not ls_tab-f1 in S_f1.l_flag = 'X'.exit.endif.endloop.if not l_flag is initial.continue.endif.endloop.Anybody will tell me pls what is the meaning of if not ls_...

Resolved! selection screen

hi,1) parameters: cno like lfa1-lifnr ,in this if iam not taking an input and i will execute wat happens? 2) select-options:cno for lfa1-lifnr i) if i take no intervals wat happen 2) no intervals no extension wat haapen 3) if iam not take ...

Resolved! dynamic string

Hallow I wont to do a string dynamic that when I wont to ask for relation 027 and 034 the string bring me both of relation my problem is that didn’t work what wrong.DATA ceck_str TYPE string. IF switch_history = 'X' . ceck_str = 'relat EQ ''027'...

show and download XML

Hi all,I need to show a xml file in a formated view. to do this I use xslt in order to get a html file.Besides I need to download the formated view of my xml in a file. I would rather download a pdf file instead of the html because is harder to chang...

Labels in this area