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

Resolved! reg UPGRADATION

Hi Experts,Im in to upgradation project (4.7 to ecc 6.0).I hav foll queries.1) Is there any procedure from which we can transport all the tables ddic structures(data element, field domains....etc) and all the rows of a table from one devlopment serve...

Resolved! bdc prog

can some body provide me a bdc program for recording the infotype 0008. in this i basically want to update an excel sheet in which new wage type are been entered for a person and corresponding to that an amount is entered

Resolved! SAP Notes

Hi Folks,In case if we have to insert a new block of code in a report or function module or any include of SAP standard using SAP notes do we need to have an access key.Are there two methods of applying notes one Manually and the other Automatically?...

kiran_k8 by Active Contributor
  • 486 VIEWS
  • 3 REPLIES
  • 0 Likes

convert to 0

Hi,I have tried to convert '0.001' to 0 for packpo-trgqty, but somehow it does not work.the domain for this field is QUAN. can anyone help? Thanks IF NOT IT_COLLECT[] IS INITIAL. LOOP AT IT_COLLECT. IF IT_COLLECT-TRGQTY1 EQ '0.001'. I...

Resolved! About GN_DELIVERY_CREATE

Hi All,Can we create an outbound delivery for a sales order using GN_DELIVERY_CREATE.Please send me sample code if anyone has done the same.CheersNishanth<b>Thanks Guys,That solves my problem.But i am still curious to know whether we can create an ou...

ABAP HR

Hi Experts, I need to display the last and first name of the person who modified the actions in infotype 0000. I got the uname from the table pa0000. I need to get the last name and first name for that user name. Can you please tell me the table or...

Read_text

Hi all,I am getting text from read_text . I need to all rows of text into another export parameter of Function module which is declared as XSTRING . Is there any other way to get the data more than 256 characters into Export parameter. Is it possible...

Resolved! rounding issue

Hello friends,Rounding issue.Hello friends, I am having a problem with rounding issues.Lets say I have 500 as quantity. Now I split 500 into three quantities. Lets say when I do the split it splits into 100.6, 100.6, 298.8.So when I am rounding it b...

Resolved! Loops

Is it possible to catch an illegal assignment to a dataobject inside a loop and continue? Or does this type ofexception cause the termination of the loop?I want to process records within a loop and ignore thoserecords which throw exceptions.

Resolved! Function module for MM

I am programming an exit for transaction me41; This exit is for validation if an rfq material is or not into a effective contract, now i am doing a manual selection for searching the contract and using a function to get amount. i want to know if ther...

DATA BASE TABLE

HI IAM USING AN EXIT FOR TRANSACTION FB50 IN WHICH I NEED THE HKONT PRCTR AND KODTL. I HAVE INITIALLY USED BSEG TABLE BUT IT IS SUGGESTED TO ME NOT TO USE THIS TABLE SINCE THIS HAS GOT A LARGE NUMBER OF RECORD AND IT TAKES ALOT OF TIME !! CAN U SUGGE...

Triggering Events

I have a workflow that seems to be getting caught in the 'race between the update task and the WebtFlow Engine' - per the book 'Practical Workflow for SAP'.One suggested resolution for this was to create an event that trigger the next step once the u...

Labels in this area