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

Resolved! Runtime Error while executing T-code J1IV

Dear Friends,                  While Executing the T-code , I got  Runtime Errors "POSTING_ILLEGAL_STATEMENT". Here i have attached the Detailed dumps. For the production server working perfectly  where as quality server  facing this issue. I have se...

Resolved! SAP query and infoset

Dear SAP specialist,Do you have any helpful tips for infoset and query creation in SAP 730?I use transactions: SQ01, SQ02, SQ03.I try to build query for internal orders ( information about senders, profit centers, settlements rules etc )I use COBRA, ...

ABAP Chart using cl_gui_chart_engine, need value to display with each column

Hi Friends,I have created an ABAP report using cl_gui_chart_engine. I am able to generate the chart, but it is not showing values of each column.Please suggest how to get values on the top of each column using cl_gui_chart_engine only.Thanks and Rega...

Raw to Xstring conversion

Hi Experts,I have raw data in an internal table. data: lo_conv type ref to cl_abap_conv_obj,       lv_input_length TYPE i. CREATE OBJECT lo_conv.loop at lt_bin_data into ls_bin_data.   CALL METHOD lo_conv->convert     EXPORTING       inbuff    = ls_b...

how to add phone number & fax number to address window in (smartforms)??

hello experts; I'm beginner in SAP, I create a new smartform and I wan add a phone number & fax number to address window in smartform, but after insertion the address number system display just a standard address form. thank you for helping me on thi...

Addition of Fund Center field in "ACCOUNTRECEIVABLE" table in BAPI BAPI_ACC_DOCUMENT_POST

Dear Gurus,I have a requirement. I am using bapi BAPI_ACC_DOCUMENT_POST for posting purpose. In this BAPI, in ACCOUNTGL table, there is a field "Fund Center". But my requirement is like that, i need this field on customer level, which means i need th...

Use of commit for the asynchronous proxy call on the fetch Cursor loop

Hi members,I need to fetch the data in packages from the HANA view ( with help of external view), I have used the Cursor statement to do so.In  the Cursor fetch loop, i need to pass on that data to the asynchronous proxy method. I have to commit afte...

nidhiagarwal by Product and Topic Expert
  • 1228 VIEWS
  • 3 REPLIES
  • 0 Likes

Resolved! Query on SAP Licenses

Any idea in which DB table the Licenses in the Database are stored? (Refer the below snapshot taken from SLICENSE tcode)Or is there any particular FM which returns me the Status of the license (the field with green and red light). I ran a trace to de...

Resolved! Issue with function module 'CS_BOM_EXPL_MAT_V2'

Hi experts,Could someone help me with FM CS_BOM_EXPL_MAT_V2? I`m calling this function with the parameters below, because i need to find lines where the stlal column is equal to 2: CALLFUNCTION'CS_BOM_EXPL_MAT_V2'       EXPORTING       datuv        ...

Read Table .....

Hi,My output need to be like thisHeader 1Header 2Header 3Header 4BELNRKPSONEVENT_DATEAENAM123654100DOBGNANK12365410021BGNANKBut I am getting this onlyBELNRKPSONEVENT_DATEAENAM123654100DOBGNANK.I found the reason as" READ TABLE IT_EVE    IN W_EVE WITH...

Labels in this area