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

How to convert internal table to pdf format and send it to application server

Hello Experts, My requirement is that  I need to convert internal table to PDF format and sent it to application server or save data in application server in pdf format. I found some documents here mentioned to use fm - 'CONVERT_OTF' and gui_download...

Resolved! Foreign Key Issue

Hi all,I am facing one issue..There are two tables, one is the header amd the other is transaction table..I have assigned a primary key to one field in the header table and assigned the same field as foreign key in the transaction table.The issue is ...

Resolved! DYNP_TOO_MANY_RADIOBUTTONS_ON error while submitting the report.

Hi,i created 2 programs with same selection screens.1st programe will call the 2nd programe.SUBMIT ZReport2  VIA SELECTION-SCREEN         WITH p_hist = ' '         WITH p_main = ' '         WITH p_expul = 'X'         WITH p_depr = 'X'         WITH p_...

Need help in reading internal table data

Hi All,I have two internal tables, it_cdhdr and it_cdpos. Data as follows:it_cdhdr:Objectclass     ObjectId          Changenr         Udate      Change_indEINKBELEG    4500057161    0003273002    20131129    UEINKBELEG    4500057161    0003273001    ...

Resolved! Activating a VOFM Routine

Hi Folks,I have made a VOFM routine in data tranfer->Sales activities.I have activated the program and also the entry in "Maintain:Data transport sales activities" But still i am getting an error "No frame work was found for the Include RV44A601".I h...

Resolved! Parallel processing using starting at new task

Hi All,i have used the below code for parallel processing.CALL FUNCTION 'ZCCR_TABLE_DATA' STARTING NEW TASK  taskname       PERFORMING f_return_data ON END OF TASK       EXPORTING         i_input = _it_count-count     TABLES         it_table1 = t_tab...

Resolved! Simple Select Help

I have the below code and it's not pulling the chart of accounts.  What could I be doing wrong? It looks fine to me...PARAMETERS: d_cc TYPE bukrs OBLIGATORY.DATA: wa TYPE t001.SELECT ktopl FROM t001 INTO wa WHERE bukrs EQ d_cc.      IF wa-ktopl IS NO...

Resolved! Office 2007 XLSX Support

hi,I am looking for a solution that can help me in some standard way to support xlsx support to my ECC6 EHP 4 System.I want if alv is exported ( any alv report program) in excel it should generate xlsx file Office 2007 standard xlsx file to save.I am...

Change Serialization level to 1 on the material master / serial number - equipment

Hi all,I'm looking for a program or something like that.  I'm going to shamelessly plagerious a different post.   The post is:By Former MemberI've searched a lot for some sort of answer and found that Mohan has the same issue.   He explains it well, ...

Resolved! Need Enhancement which is triggered after material quantity creation

Hi guys,Iam in need of enhancements or exits which would be triggered after creating quantity for my material. Kindly enlighten me on this issue . I need a place to right a code which will be triggered when i create a material quantity .Regards,Sivag...

Read RAR Files

Hi there,I need to read a RAR file that I receive from mail (ABAP PI -> ABAP Proxy). In this file will be some xml files.Does anyone has any suggestion how to read it?I have no idea where I do that: ABAP or PI (I've never used SAP PI before)Thanks!  ...

J1ij

Hi My Client has 2 types of Invoice i.e RI & TI & they are facing lot of problem to process J1IJ because each and every time they have to check Delivery are whether RI or TI to insert Series Group (i.e 11 or 12). Earlier while doing J1ij Excise Group...

Labels in this area