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...

    Resolved! Accepted Solution

    Getting error as "messtab" is not an internal table in bdc call transaction method.

    Hi experts, CALL TRANSACTION 'mm02' USING BDCDATA UPDATE 'S' MODE 'N' MESSAGES INTO MESSTAB. IF SY-SUBRC = 0. LS_OUTPUT-STATUS = 'Success'. ELSE. LS_OUTPUT-STATUS = 'Failed'. ENDIF. when executing the above function module i am getting an erro...

    Resolved! Accepted Solution

    Application log

    How to Develop a custom function module to update messages to the application log for the given object and sub-object. This function module will be used dynamically across different ABAP objects for storing messages in the application logs.

    upload the data from flat file to sap system without displaying any output screens by using bdc .

    Hi experts, my requirement is changing the old material number to new material .For that purpose i develope a bdc program. but my requirement is once i upload the flat file to sap system the data will directly go and updated in database without s...

    ODATA using AMDP

    Hi Experts, I have created a ODATA service using ADT tools. By referring to this blog, https://blogs.sap.com/2016/06/14/using-segw-and-abap-in-eclipse/ I have opened GUI from ADT then created the service by importing DDIC structure. After ...

    Resolved! Accepted Solution

    How to find all the web services using a certain Function Module

    Hi All, We have a function module and is currently used by a web service. Functional is asking if there are other processes/web service that use this FM. So I tried to check it in SE37 where-used list, however, there are no hits for the functio...

    Resolved! Accepted Solution

    AMDP take too much time to run when execute program, but when debug in DB it is very quick

    Dear expert ! When I'm using the AMDP, I come up with the issue that make me confuse about the behavior of AMDP. When I call AMDP in execution ABAP program it took so much time to complete , sometimes it throw error SQL code 2048 no me...

    DanBB by Explorer
    • 5970 Views
    • 6 Comments
    • 4 Likes
    Resolved! Accepted Solution

    how to handle this error: ASSIGN_BASE_WRONG_ALIGNMENT

    Hi, sap pros, In table maintenance source code Include LSVIMF44 line 14, I tried writing the same code as it in view cluster event 03, but above error occurs: DATA: L_VIEWNAME TYPE C LENGTH 20. DATA: LS_IT TYPE YVIT_FOOD, LT_IT TYPE TABLE OF YVIT...

    Resolved! Accepted Solution

    AL11 file name and directory not visible when opening file

    Hi Experts, I received a request to remove the file name and directory when viewing a csv file in AL11. I attached the screenshot for your reference (boxed in red below). I didn't receive a request like this before, it could be possible I just don'...

    Resolved! Accepted Solution

    Goods receipt and invoice table for purchase orders?

    hey guys.. I'am new to abap and i have a requirement of getting Purchase orders from Vendor No and Date range. And after this getting all the Goods receipt for purchase orders and later displaying the invoice for goods receipt on click. So far, i k...

    Labels in this area

    Explore this Area