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

ALV to PDF output format

Hi Experts,I am using following code to convert Alv report to pdf format..........can i change the number of output lines shown in the pdf DATA :       WA_TSTC              TYPE TSTC,       WA_TSTCP             TYPE TSTCP,       SM30_PARA            ...

Problem with servers

Hi all,In my SAP system I have two servers. Problem is when I am moving values from one dynamic structure to other structure it is moving properly in one serverand the if I try the same MOVE statement in another server it is not moving properly.What ...

Resolved! Function module to create a pdf document based on PO number

Hi All,There is a requirement to write a function module, where in a pdf document is to be created based on a PO number .Is there a function module to create a pdf document based on a PO number?. Could suggest some idea to fulfill the requirement.Tha...

User Exit for VF01 EXIT_SAPLV60B_008 - table XAACIT Empty/ not getting populated

Hi Guys,            I have implemented the user exit EXIT_SAPLV60B_008 for VF01 ( Invoice creation). I have also created complete orders followed by complete deliveries ( PDI Done)  and the user triggers just fine during invoice creation.The problem ...

Resolved! Stop and exit subroutine process without saving data, back to standard screen.

Hi,Currently i am triggering a user exit in PM module.Would like to stop it like how error message work by preventing the progress from Stage A to Stage B.Question is what syntax in ABAP will allow the user exit to trigger the stop behavior and back ...

BDC for IT 0008

I have made a BDC for IT 0008 and it is working fine for first 7 wage types and their amounts as entered by user. But is not working in case of 10 wage types provided. I am unable to figure out the issue as I have done the same coding for all 10 wage...

Resolved! Save dynamic variant

Hi all,I have zprogram with normally parameters screen and dynamic selection from logical database read by FREE_SELECTIONS_DIALOG.When I save variant in my selection program screen then values from parameters are save except fields value from dynamic...

Resolved! BAdI is internal SAP; implementation in customer namespace not allowed

The BAdi (BADI_SD_TAB_CUST_I) to be implemented is declared as "SAP internal". No customer implementation may be created for this BAdI.If you wish to create an SAP advance delivery of the BAdI implementation, create this in an enhancement object in t...

Resolved! Global Class - se24

Hi friends,I want to create Purchase order.I created  types STR_HEADER And STR_ITEM locally in class.One Method PO_Create. I want to give importing parameter Header as STR_HEADER and changing parameter ITEM as TYPE TABLE OF STR_ITEM.How can we provid...

Resolved! String split problem

Hi,I have got a strange problöem when splitting a string into lines of 255 characters.I need to save a string, which contains source code, into lines of 255 characters to save it in the db.I have done it like this:DATA:   z_counter           TYPE i, ...

Labels in this area