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

Resolved! Bapi Code Required

Hi Experts, I need to transfer huge amount of data from Legacy system to SAP system. Can any one provide me with the code for data transfer. ( Like that of XK01, XD01, VA01, etc...... transaction codes) using BAPI. Also can u mention the s...

LDB doubt

REPORT yjsample4 .tables : bsik, t001.START-OF-SELECTION.GET BSIK. IF bsik IS NOT INITIAL. APPEND bsik TO g_t_bsik. ENDIF.END-OF-SELECTION. SELECT * FROM bsik INTO TABLE g_t_bsik1 WHERE lifnr IN kd_lifnr. LOOP AT...

script

Hi, I want change medruck. I copy medruck to zmedruck. I made the changes I need in zmedruck. I went to NACE and changed output routine from medruck to zmedruck. But in the out put i got previous layout only. Help me in this query?thank you.

Resolved! Module Pool

Hi,I have a text field and a button in the screen.the value in the text field in 1 initially.my requirement is that when i press that button the value in the text field must be incremented by 1 each time.can someone help me out with this please.Thank...

HI SAPCRIPT

HII AM USING PERFORM IN SAPSCRIPT FOR CALCULATIONS.IN THE CALLING PROGARM, I AM SENDING QUANTITY FIELD AND ON THAT VALUE I NEED TO CALCULATE, BUT IT IS GIVING ERROR IN THE CALLING PROGRAMERROR MESSAGE IS : CANNOT CONSIDER THE VALUE AS NUMBER .IN TH...

Resolved! question on web service

I have an ABAP Function Module, /abc/web_service_test. And i create service provider for the FM. In the Provider's WSDL, the name "/abc/web_service_test" is translated into "_-abc_-webServiceTest". My questions are: why '/' is translated into "_-" an...

ALV with oops

Guyz!!!plzzz help me out...I have no idea about ALV with oops...can ny1 give me a vague idea wat the use of oops in alv's is..and how'll we implement dat??and wud be helpful if some1 give me spoon feed material regarding the same...now...dont ask me ...

Resolved! Country to Currency

Is there a table or function module which has entries where in when a Country is passed. The country's currency is passed back.For ex: If I were to pass <b>US</b> to it, I should get back <b>USD</b>..P.S :Deserving answers will get Maximum Points

Resolved! Module Pool

Hi,I have an issue. I have some fields and a table control (without any tabstrips)in a screen.In PBO I want to hide two fields and the table control, and on pressing a push button I want them to be displayed.I enabled invisible check box for those f...

Labels in this area