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

Resolved! string

Hi Experts,i have a string like this.str = '00000003379#212RegVNegNoticeHLA.aspx.xml' So i want to read n.of characters from # to begin of the string. ie 00000003379#.The value for str will come dinamically.How can we do this?Regards

Resolved! Logic

Hello all, In my selection screen,i should have a start date as input parameter.i should check the start date entered by the user should be only a monday.if it is not monday then it should give a message. End date should be a seventh day from the dat...

Resolved! Doubt in table control

I have a table control on a custom screen containing several rows of data depending on the user input on the selection screen . This table control has 5 columns .The first column name is KEY . it contains value of a number of fields concatenated toge...

which fm to call

hi alli have to call BAPI or fm to perform the following transactionCreation of delivery, picking and post goods issueIm tried BAPI_OUTB_DELIVERY_CONFIRM_DEC but its not workingI have to upload serial numbers as well, i dnt know wich fm to callThe d...

field symbols

hi frnds,i have a normal internal table and a field symbol internal table ( Created dynamically ) ....now i want to assign the values in the normal itab to the field symbol itab. the field symbol itab has no header line... how do i do it ??? i had po...

hide statement

in interactive reports if we use hide statement if we click on any column in a line hide variables values will be retrieved. if i click on column it should disply one secondary list if i click on some other column it should display some other list. ...

Resolved! refresh screenn field

Hello,I have a screen containing some fields and an alv grid control.In my method data_changed of the alv grid control I change the value of one field of the screen, but it doesn't change automatically.How to refresh the screen?Thanks in advance.Albe...

Field Symbol Dump

FIELD-SYMBOLS: <fs1> TYPE ANY, <fs3> TYPE ANY. ASSIGN COMPONENT 'SOD_ID' OF STRUCTURE <fs3> TO <fs1>. <fs1> = 'ZZZZZZ'.The program is giving dump at '<fs1> = 'ZZZZZZ'.'.What's the problem here?Need your valuable inputs.Thanks,Sreedevi

Logic plz...

Hi frnds,Again activating this query with my new questioncan anyone tell me what is the logic to find backlog: since long i.e from when the sales order are there on hold.i.e i want to categories.when : delivery blockbilling block,like that it contune...

Resolved! SUBMIT

I want to use SUBMIT command with the selection screen filled with values from an internal table .Example:- submit RSNAST00 with s_appl eq vit_nast_final-kappl sign 'I' s_objky eq vit_nast_final-objky sign 'I' ...

Job Monitoring

Hi. I would like to know about Job Monitoring in SAP. I have a vauge idea about this. But I would like to create a Job Monitoring Program. I would like to write a small piece of code that performs Job monitoring. What could be the input tables. I ha...

Message Types?

MUST REWARD FOR GOOD ANSWERST-code we20 is used to maintain partner profile for sending or receving idocs. When configure outbound profile, you need to enter a message type. This message type is used to define the business meaning of the idoc. But wh...

String operation

Hi Experts,How can i delete the leading characters in a stirng str.For example,I have a string like this:str = '0016687#ABACDEX.XML'.So from # i want to delete #0016687..Ie.result should be ABACDEX.XML'How can we do this?Regards

Resolved! call transaction fom alv

i am calling a transaction from alv and need to go to the next screen of the transaction... for that i usee skip first screen.. i need to select a check box on the first screen .. i want o that using the field name... how would i do that because thes...

Table T377X

Hi all,There is a table T377x, where there are some form names.For Beleg - sdls arbgeb - sd objkopf - ser01 the form name is serial_liste_ls.I just wanted to know where these forms are called in the main programs. How do i Know about it.Regards...

Resolved! field symbols

hi frnds, i have a normal internal table and a field symbol internal table ( Created dynamically ) ....now i want to assign the values in the normal itab to the field symbol itab. the field symbol itab has no header line... how do i do it ???points a...

Labels in this area