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

A simple BAPI for VF01

Hi all! this time i'm needing a BAPI for Trx. VF01. An Example would be like this: First i create a salesorder document with Bapi BAPI_SALESORDER_CREATEFROMDAT2. then with this document number i need to create with VF01 the corresponding invoice. I h...

Resolved! Dyamic Loop

Hi guys,I have two dynamic tables <it_pro> and <it_acor>, and I need to make a loop statement for one of then depending on the column of an ALV that was edited.How can I do in order to do a loop dynamically?Regards,Eric

ztable issue

Hi all,I have created a custom field of type numc and length 4.Iam uploading data from text file to the ztable.an again i retrieving data from the same table in other programif its value is 1 its saving in database as 1 its not saving as 0001.When i ...

date format

hi to all,help me in this issue,i am working on customer statements i am getting problem likeit is picking up the date format according to the customer like30.05.2006 or 2005/05/26 like this in differt ways according to the customers but i want to ha...

Resolved! Sap Script

Hi,Could any one tell me, How can I change the window size or create a window in existing script.Initially Script is copied to Z prog and modified and using. Now one more requirement is, they need some text to display in existing window. Script will...

Sort by char

Hello,my first post..I'am beginner ABAP, so I'am stil learning..I have a char that it's supose to be a number en be sorted!data: tmp_line-tdline TYPE tline-tdline, tmp_line-tdline = 1.079tmp_line-tdline = 10.400tmp_line-tdline = 7.0...

Resolved! Workflow

hi,my requirement is for a WF (for ProjectSystem) ,a WF should be triggered when an Activity of PS gets a UserStatus .Presently, i have attached a milestone to an Activity.Now is there a standard WF for this scenario, if not can we trigger such a WF ...

Recording in LSMW

Hi friends, i have assigned 2 recordings in LSMW. my requirement is to call either of one based on a field in input file. can anyone guide me how to do it?if flag = 'X'. recording 1.else recording 2.how to do this in LSMW.thanks a lot.

memory-id

Expertslook at the code below, i want to know how where i can seewhat these memory id CATT' and CATTNEU ,holdsImport CATT flags from memory import cattaktiv to lf_cattactive from memory id 'CATT'. "50A import cattneu to lf_cattneu from memory id '...

date

hihelp me in this issueg_netdt = g_fbdt + fbitg_netdt is dat format and g_fbdt is also dat format and fbit is of char 3when i am adding like thisg_netdt = 2005/05/29 + 25 daysit is givving a dump like unable to interup the number 2005/05/29.thanks in...

Resolved! loop statement

Hi all ,This is my code i have millons of records in MARA table . I dont have where condition for mara table also if loop that one it consumes lot of time . Is there any otheway to compare mara all entries which are suitale for cdpos with single at...

Resolved! date

hi help me in this issueThe actual date format is 2005/05/29i need the date format as 05/29/2005CONCATENATE L_ZFBDT5(3) L_ZFBDT8(2) '/' L_ZFBDT+0(4) INTO G_ZFBDT.by concatenating this way iam getting like this 05/29/20 since g_zfbdt is of type dats 8...

Infotype Reporting

How Do Everyone!I have added some custom fields onto the infotype 0019 - Monitoring of Tasks.These fields are appearing in the transactions PA20/PA30. If however, oneof the users runs PQAH (infoset query), the fields are appearing as blank.Is there s...

Help me Urgent

<b>BBKPF</b> BLDAT Document date in document BLART Document type BUKRS Company Code BUDAT Posting date in the document MONAT Fiscal period WAERS Currency Key BKTXT Document header text <b>BBSEG </b><b>Line item 1 data</b> NEWBS Pos...

spool issue

Experts,please look at code below ,execute the code in foreground and then executesame in background , i want same output in background(spool that is created) ,asit is in foreground<u><b>CODE</b></u>report ztest.DATA : BEGIN OF struc. INCLUD...

Resolved! Dynamic type definition

Hi,is it possible in 6.20 to create a type dynamically ?I have a type TY_OUTPUT with 3 fields F1, F2 and F3. And depending on some user selections i want to add several fields to the TY_OUTPUT type, for instance D1, D2, D3 and D4.I know that it is po...

h_senden2 by Active Contributor
  • 1737 VIEWS
  • 6 REPLIES
  • 0 Likes
Labels in this area