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

How to use BAPI_PR_CHANGE function module to modify service line item in Purchase Requition

Hi,Can anybody help me in regard to using the function module BAPI_PR_CHANGE function module to modify service line item in PR?My problem is as follows -I have the following PR with a service line item.The gross-value of the service line Content Writ...

Only stock from HU storage locations are allowed on HU 4400006645 Message no. L3803

Hi Experts,We are trying to create TO in background in LT04 transaction.But we are facing "Only stock from HU storage locations are allowed on HU 4400006645Message no. L3803" this error, and TO cannot be created.But when i press enter, this error van...

Resolved! add Transaction error

Hello experts;I tried to add an transaction "customerobject" it gave me an error "application error" when i push apply button. However when I add a transaction for player object it can be added. The only difference this 2 transactions player object c...

Resolved! tax code description from t007s

Hi Expert..I have problem to display the tax description as belowprogram code as below:clear lt_t007s.          SELECT  mwskz text1 kalsm          INTO TABLE lt_t007s          FROM t007s            FOR ALL ENTRIES IN lt_ekpo          WHERE mwskz = lt...

Resolved! I want to fetch kbetr using VBELN from VBRK and KONV Table.

DATA : BEGIN OF it_vbrk OCCURS 10,         vbeln type vbeln,         knumv type knumv,       END OF it_vbrk. DATA : BEGIN OF it_konv OCCURS 10,        kschl type kschl,        knumv type knumv,        kbetr type kbetr,   END OF it_konv. DATA :BEGIN O...

How to run local HTML page in SAP and get the output of that in image format(xstring)

Hello Experts,I have a requirement like, I have to build a HTML page in ABAP by including some API(that i am doing it now). And that API will display an image in that page. I can run that HTML page in sap gui using CL_GUI_HTML_VIEWER class, but I wan...

SRM 5.0 -To find whether a User is linked to Org Structure or not ie PPOSA_BBP

Folks,Is there a way to find out if a User in SRM is having Org Structure or not ie in PPOSA_BBP.I think the FM BBPU_GET_ORGSTRUCTURE_OF_USER can be used but it is an Obsolete FM.Moreover there is a SAP Note (0002048327) released for this FM on perfo...

kiran_k8 by Active Contributor
  • 470 VIEWS
  • 1 REPLY
  • 0 Likes

Resolved! Add New Line Item with different partner than header to Sales Order using BAPI

Hi all,I tried many options but could not get the results.I am adding a new line item to an existing sales order. For that, i need to populate partner structure with different partners than header. Not able to get the logic straightened out for this....

Resolved! call subscreen problem.

Hi, I try to use CALL subscreen sel including sy-repid ‘400’. but I´ve got a syntax erro below:"." or "ID ... FIELD ..."  expected after "SUBSCREEN".Can anyone clarify this problem for me ???perhaps is this  a SAP version problem??BR

Display Change log for Z field (Saves in Ztable) in MM01/MM02

Hi Experts,I have one requirement.I have added few fields in MM02 transaction in one custom tab. for those newly added fields i have created one Z table in which MATNR is the primary key. As soon as in MM02 these fields gets changed all the values ar...

Labels in this area