Regarding BAPI
Hi Experts, i was confused with BAPI and researched so many at last i find some thing gathering all, am posting what i have gathered regarding BAPI in this post . please correct me if am go wrong. BAPI...
View ArticleRe: Error: you are changing a function group which does not belong to you
Hi, I had the same issue now it's solved by press Enter after warning. Regards.
View Articlenew tab in miro
Dear all I have to add new tab in miro item level next to material tab ,,in that new tab there should be table as like in g/l account tab,,how to achieve this ,,i have used badi in that subscreen...
View ArticleRe: User Exit when sales order is saved
Hi II'm sure the exit USEREXIT_SAVE_DOCUMENT_PREPARE is triggered as soon as the sales order is saved (for the changing too). It's usually the best place where it can change the data before the saving,...
View ArticleRe: Optimized logic to upload data from Excel
TYPES: BEGIN OF ty_data,* data element: KTOKD ktokd_005(004),* data element: KUN16 kunnr_001(016),* data element: VKORG vkorg_002(004),* data element: VTWEG vtweg_003(002),*...
View ArticleRe: new tab in miro
Hi,You need to create subscreen in custom function module with table control and pass data between sap programme and function module by implementing badi MRM_ITEM_CUSTFIELDS .Go through this link for...
View ArticleRe: How to Fetch Data from Non SAP System without using any Middleware and...
Did you created any entry in DBCON table with your DB2 details? If yes then try executing ADBC_DEMO program by giving your created connection name in DBCON. if you come across any errors/dumps post...
View ArticleRe: How to Pull large volume of data from SAP tables and use in other software
Hi Alok, It would be great if you can specify what are all the data you like to use in other software. Based upon the requirement you can choose it. there are no.of ways to deal your requirement as I...
View ArticleRe: BAPI for XK02,bank account update for multiple line item
HI Sandip ,Use the BDC instead of the BAPI, Use the concept of the Page down and Pageup in the bank field table control. Regards.Nishant Bansal
View Articlebapi_bupa_address_change not updating customer master but updating the BP
Hi All, I have a custom report which updates the BP address when prerequisite conditions are satisfied. For changing the BP address here I am using BAPI_BUPA_ADDRESS_CHANGE. Now the problem here is...
View ArticleMove large files between network folders in ABAP
Hi, ABAP's experts. I need to move a large file (100MB+) from one folder on the server to another. After some search on SCN, I found the following ways to implement such task:1. Use class...
View ArticleRe: LSMW XK02
Hi Jurgen, Thanks a lot for quick response!Can you please explain in brief how to achieve this using IDOC in LSMW. Regards,Sandip
View ArticleDeactivate custom tab
Hello Experts, I have created a new custom tab at item level in ME21N/22N/23N using ME_GUI_PO_CUST and ME_PROCESS_PO_CUST badis. But this tab has to be activated for only specific condition. The...
View ArticleRe: ABAP APIs for creating classes, methods, ddic elements etc.,
HiCreate classes use function module SEO_CLASS_CREATE_COMPLETE.To how to create class go through report SEO_GENERATE_CLASS_EXAMPLE or SBMIG_CREATE_CLASS_AND_TTYPES..For each dictionary object creation...
View ArticleBAPI_SALESORDER_CHANGE to Update Partner - Bill to party doesn't work
Hello Experts, I've a requirement where I need to update Bill to party (RE) fax and email address on the order as shown below. To accomplish this I've written the following...
View ArticleCalling READ_TEXT
Hello, I'm trying to call the function "READ_TEXT", since i need the long text for a BOM line. I'm doing this by rpc I want to retrieve the following data: SELECT * FROM STXL WHERE TDNAME =...
View ArticleRe: Deactivate custom tab
Hi,Get the header data from the badi which trigger before ME_GUI_PO_CUST and store that as singleton class attribute, then get those values in ME_GUI_PO_CUST from singleton class. Regards,Sreenivas.
View ArticleRe: Calling READ_TEXT
Hi, My suggestion is create a rfc funcation on your destination site, and you still need to use this insite of your RFC funcation. * CALL FUNCTION 'READ_TEXT'* EXPORTING** CLIENT...
View Article