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

generate spool

i created a report for downloading PO in pdf format.daily released PO is converted into pdf format and stored in app.server.first report finds what are the released PO for the particular day using CDHDR table.Next report executes ME22n to create mess...

Resolved! simple reports

Hi Gud Morning . I am Srikanth from hyderabad . I would like to know the following :- 1) Difference between simple reports and complex reports 2) Seqential procedure for creating SIMPLE REPORTS 3) FAQ's on SIMPLE REPORTS Regards, M.Srikanth

Resolved! Editable ALV Grid

Hi All,I am displaying an editable ALV Grid. One of the field length is 18 character long. It is also showing 18 characters. But when I want enter some value after deleting the original value, it is only allowing me to enter 10 characters. Please hel...

Resolved! Enhancements

Hi all,I know the process of enhancements. i am looking for some real time scenarios on enhancements. Can you please send me the docs at asemramu@gmail.comYour help will greatly be appreciated.ThanksRambabu.A

Resolved! Table control BDC

Hi. I hav come across one case. CO02 Routing transaction is there. Now already 10 records are in Table control of which one record i have to select through BDC and go for next transaction.May i know how to do taht?Thanks in advance.

Resolved! Sapscript

Hi all,I have to restrict the length of fields which are picking the values described in tables.pls guide me how for the same.Also I've to make 1 column of the table right aligned,how can I do it?Pls guide me.Helpful answers will be rewarded.Regards,...

Resolved! IDOC number and status

Hi All,i am using Function Module IDOC_INBOUND_ASYNCHRONOUS to post inventory records.its posting the data sucsessfully but it does not return IDOC number and status.i can see the status and number in WE02 but please tell me how can i get that in my ...

Resolved! Question reg. sapscript

I have two fields:&EKPO-NETPR& and &EKPO-PEINH&on a sapscript form main window. When I write in mainwindow:&EKPO-NETPR&/&EKPO-PEINH&, it is expected on the output. For ex, if netpr is 50 and peinh is 1, the output has to show 50/1 whereas it is showi...

Resolved! Badi for vl01n

Hello .. i need a badi to control the positions of a delivery order ... when i press enter at the position with a quantity for the delivery order , i need to validate with the information of a z table already created. i've been looking for exits but ...

Forcing Authorization for a transaction code without authorization check in

Transaction code 'PP02' has an authorization object P_TCODE. So when a user who does not have authorization to transaction 'PP02' tries to execute it from command prompt, the SAP system appropriately restricts user saying "You have no authorization"....

Resolved! Delete statement

Hello friends,I have to delete a record from an Internal table based on comparing two fields from the same line in the Internal table. I am using this code. LOOP AT itab. IF itab-01_kschl = 'ZBX1'. IF itab-02_kschl <> 'ZAXS' OR ita...

Resolved! ALV Grid Layout

Hi Good Guys, my problem:My Report is like below:*Stucture definitiontypes: begin of tab, field_1 type table-field1, field_2 type table_field2 ... end of tab.*internal table definitionData: i_tab type standard table of ...

Resolved! SELECTION SCREEN ISSUE

Hi all,I have a selection screen in which i have twi fields for input.i have a field type numc and plant field in my selection screen If the user enters a value a then i have to retrieve data based on that value but if user leaves blank then i have ...

Resolved! xml to IDOC

Hi all,We have a customer who sends PO in xml format. The requirement is to convert this into an SAP document. We are not using XI or any other EDI translator. I am thinking of parsing of this xml file and creating an IDOC with this data. Is there an...

Labels in this area