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

Resolved! IDOC

We have an Orders IDOC that we are sending to our customers.The requirement here is, some of the IDOC's are needs to be released Immediately to our partners, based on the Amount (If the Amount Specified is Greater than "X" ), if not we want to colle...

updation

Hi Friends,LOOP AT it_pa2002 INTO wa_pa2002. Wa_pa2002-sprps = 'D'. MODIFY it_pa2002 FROM wa_pa2002 TRANSPORTING sprps.ENDLOOP.UPDATE pa2002 FROM TABLE it_pa2002.The above logic is not updating the database table properly. What could be the reason?...

Resolved! regarding table control?

hi this is kumar please clarify my doubt in table control1. hw to take care of screen resolution while working with table control i.e..some system may have the GUI setting as 15 lines while some other system may have 10 lines per screen so hw to set ...

Boxes in SAPScript

Hi,I need to create different boxes in the sapscript. The place to create the boxes are in the main window.for eg. there needs to be a line item box and as the line items finishes there has to a separate box for other texts.How do i identify where th...

Resolved! Read stmt

hi all,i want to retrive the data of particular material for eg : starting with ' D 'using READ statement.iam using like this:READ TABLE IT_PROP INTO WA_PROP WITH KEY MATNR = 'C%'.it s not working.

Resolved! How to get Business Partner from Installation in SAP- utilities?

HI Experts, Is there any bapi where i will get the business partner by giving Installation as input in SAP-utilities.Transaction code - es32.Input any installation number.then enter.You can find the current business partner field.Or any table which ...

for module pool

Hiiiiiiiiifriends i wanna discuss that i had created a module pool with tabstrip and calling 7 subscreens in that i had save button for that lets suppose 0001 is main screen 0002,0003,00034,0005,0006,0007,0008,0009 are subscreens that r called in mod...

Resolved! Bapi query

hii alllI am using KGAL_CREATE_CYCLES for uploading the data into the transaction KSU1 but there are few screen fields which i am unable to find please help me for finding those fields1 iterative (its a check box)2 Object Currency (its also a check b...

SSO Configurationj

Hi Everyone,We are using EP 7.0 and ECC 6.0. We need to establish a SSO connection between the portal and the backend system.We have done the necessary configuration for the same but we are getting the following error while we are trying to access th...

table

HELLO FRIENDSAs we assign mandt field for adding default client of the system logonMANDT MANDT CLNT 3 0 Clienti want a fieldcreby like system user logon automatically enter in that if we create enteries in database Hope this is possible reply H...

Resolved! Selection Screen

Hi,In my requirement, i have 4 fields in the selection screen which are mandatory as well as the values have to be validated against the standard tables. when i give some wrong value and then press enter, i need all the fields to be greyed out and th...

Labels in this area