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

Resolved! select fails

Hi,My select statement is failing because in the where clause material number(matnr) in the table(ekbe) is having leading zeros where as material number of wa_poauto-matnr does not. select ebeln ebelp vgabe gjahr belnr buzei wrbtr lfbnr into ta...

user exit

hi all can any one send the code for the following logic in the user exit.1. If SAP transaction is equal to ’VA01, VA02, VA21, VA22’ then EXIT (Exit function only).2. If Material Type is not ZKMT, then EXIT (Exit function only).3. Check if Sales Orde...

Append fields in EBAN

Hi,I have appended two field on table "eban".We have a program that fill these fields on the table.The problem is: when we change the purchase requisition using ME22N, the transaction clear these fields that were filled already.I have to do something...

Setup for F110 IDoc

Hi All,I need to understand the basic steps required to generate PEXR2002 IDocs from the payment run (transaction F110)?I'm quite confused about how to setup the bank partner and assocated EDI config to generate these IDocs and link them to the payme...

Resolved! code formation

Hi Eswar,could anyone check my code below and suggest the changes for it interms of performance wise and also the pattern of writting the code. i want to cross check my code before i go for testingthanks in adance.form checkdata.data: wrecord type i....

Resolved! code formation

Hi,could anyone check my code below and suggest the changes for it interms of performance wise and also the pattern of writting the code. i want to cross check my code before i go for testing thanks in adance.form checkdata. data: wrecord type i. d...

Transaction 'FBL1N'

Hi !I need to check 'Special G/L transaction' checkbox as a default. How can i do this ?I tried Transaction variant however i can't see this checkbox or any field of the selection screen at the T. variant screen ! How else can i do this task ?Thanksm...

Resolved! userexit in VA01

hii'm new to userexits.. i have got one requirement in userexitsmy requirement is to when saving a sales order, i need to check some value in FI document for that sold-to party and compare that value with the order amount and if that order amount is ...

userexit in VA01

hii'm new to userexits.. i have got one requirement in userexitsmy requirement is to when saving a sales order, i need to check some value in FI document for that sold-to party and compare that value with the order amount and if that order amount is ...

divbep

Hi All,Can any one kindly give me the solution for this.I have to pass the quantity field to divbep-wmeng.in the userexit include zxvdbu01.but it is giving the runtime error while moving the divbep data to work area(like non convertable.)tha run time...

Resolved! changes

Hi can anyone check changes to done in the following code?here i am writing file in apps.form writefile. data: msg(100). data: todir like rsmrgstr-path value '/apps/MQBridge/idocproc/'. data: tofile like edi_path-pthnam. clear msg. concatenate t...

Resolved! user exits

hi,when i enter cmod transaction for sales order.i used v45a0002 enhancement.i am getting an error when i try to edit the function module of the exits why. pls explain and solve the problem.regards.,Manikandan

User Exit Query - DMS

Hi, Please suggect me a user exit for chaning the document due date after saving the doc in DMS using T-Code CV01N . I have currently captured the due date in an export paramater which is caputerd thru characteristics defined in additional data tab. ...

BAPI_WBS_HIERARCHIE

I'm using the bapi_project_mantain. something knows how to fill the BAPI_WBS_HIERARCHIE and if in other place i have to add something more to implement a hierarchie.I know what i'm going to write below but i don't know if i have to add code in the i...

Select statement

Hello,I have a problem with a select statement. I don't really know how to write it.I wrote it like this:SELECT DISTINCT marc~matnr FROM marc JOIN mara ON marcmatnr = maramatnr... where marc~mmsta NOT IN ('01','02','03') <b>AND marc~mmstd >= sy-d...

function exit

Hi All,Currently working on Enhancements. The requirement wasi need to modify the appropriate internal tables in the EXIT_SAPLVEDB_001 (include ZXVDBU001) with SO number, Item and quantity. The tables are divbep, dxvbadr, dxvbpa, dxvbap, dxvbak, But ...

Labels in this area