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

BAPI for VL32N

Hi,  I am new to BAPI. I want to find out BAPI for VL32N . I searched through Net . I got some BAPI's related to this . But I want to find out . Then I am facing a poblem that in SE80 when I gave package , In BOR I am getting IDOCSDPACK as Object Typ...

Amount in words

This is my code.Please give me a solution.I am not able to get AMOUNT IN WORDS.as in smartform i am printing  &INT_SPELL-WORD&REPORT ZDEBITNOTE  MESSAGE-ID zinfo. *------------------------------tables *used------------------------------------------* ...

Resolved! Using WS_DELIVERY_UPDATE_2 to Post a Partial Goods Receipt on a Inbound Delivery

Hi Folks,I am trying to use WS_DELIVERY_UPDATE_2 to post a Partial PGR on an Inbound Delivery. I have seen a lot of posts and forums about this topic but none clearly say how they achieved it. I have also searched SAP Portal and debuged the code all ...

Question on how to display the data to the screen before actually updating the master data

i am working on a program where I am updating the vendor tax number in the vendor master for all the vendor numbers entered on the selection screen. Now the requirement is before actually updating the asset master, I need to display all the vendor nu...

Currency Conversion

Hi All,I am trying to convert JPY amount to USD amount using BAPI_EXCHANGERATE_GETDETAIL like below.But I am getting an error saying that Taking the same input values in transaction EWCT like below.I am getting the corret exchange rate for that date....

Resolved! ABAP dynpro development

Hi experts,I created a screen in my abap program, There are input fields on the screen, but I can'T get value in it.DATA: gs_data TYPE Z_TEST.gs_data-id = '001'gs_data-type = '002'.In the screen I created some input fields with the same name: GS_DATA...

Bapi_good_movement

Hi,I am using bapi BAPI_GOODSMVT_CREATE   here is my problem ı am trying to do 301 Q movement transfer posting but ı am trying to change wbs element but ı cant change wbs element its always sending same wbshere is the code belowLOOP AT gt_out where c...

data uploaded from excel sheet to database table but not coming into the internal table

dear all,   as i have created one custom table and updated that table through fm 'TEXT_CONVERT_XLS_TO_SAP' to upload a bulk data and those data have been updated in the table accordingly.but whenever i am trying to fetch those data from that database...

Creation of a custom table in which one field's F4 search help is dependent on another field's value entered in the same table

Hello,I have a typical requirement in which I am supposed to create a custom table in which there are 10 fields.Out of the 10 fields I have to provide an explicit search help for the 10th field.But the search help for the 10th field should be based o...

Resolved! ALV Grid editable cells

Howdy pros,I've stumbled upon a problem. I want to make some of my alv cells editable.I've build my alv with cl_gui_alv_grid. ( so no salv or function alv ).This is exercise purpose only.I know i can make fields of my alv editable by using my field_c...

How to fetch data from Maint View V_T090ND?

Hi,I have an issue, while fetching the data from the View V_T090ND.Data : ITAB_V2 TYPE standard table OF V_T090ND.CALL FUNCTION 'VIEW_GET_DATA'  EXPORTING    view_name                    = 'V_T090ND'  tables*   DBA_SELLIST                  =    data ...

User Exit in system(ME51N) that until WBS is released, PR should not be created

Hi Experts,               I am a functional Consultant.I need to put a User exit in the screen of ME51N (Manual PR) to check that if WBS or Network is not released system should not allow to create PR.The logic which I have thought of is given below:...

Labels in this area