Message related to Service level item changes in Purchase Order not getting...
Hi , The modification messages at service level in PO are not being captured . I have debugged the code and found that for standard output type there is package number at service line item hence it is...
View ArticleRe: Services for Object (GOS) Attachement List not showing after attachment
Thank Amy - much appreciated. That all makes sense now. Although an old thread this is still relevant for me so all good ! Hope it will be of benefit to others too. Cheers & thanks again,Wouter.
View ArticleMIGO BADI MB_MIGO_BADI not being called
We upgraded ECC 6.0 from EnhP3 to EnhP6. We've implemented the BADI MB_MIGO_BADI prior to upgrade and it was working fine. After upgrade BADI is not being called. After debugging MIGO transaction in...
View ArticleUser Exit o Badi para validaciones en la ME2xN a nivel de posición
Alguien conoce de algún User Exit o Badi que pueda utilizar para realizar validaciones a nivel de posición en las transacciones ME21N y ME22N necesito hacer validaciones a los materiales en cada...
View ArticleRe: BAPI_MATERIAL_SAVEDATA - TAXCLASSIFICATION
Hi,Thanks so much, do you know which tables these values are saved, I don't know which values do I have to put in those fields, so I my plan is to find how other materials were savedThanks
View ArticleHow to get data from singleton friend class
Hello All, I have have developed a friendship relationship between singleton and a flightinfo class ( to create both of these I used class builder.) Now everything is set but i am confused how to...
View ArticleRe: CX_SY_OPEN_SQL_DB Exception dump
Include this in your program and it will throw the dump. data:begin of wa_mara, matnr type matnr, END OF wa_mara. data it_mara like TABLE OF wa_mara. INITIALIZATION.select matnr from mara into...
View ArticleProblems formatted text display in adobe form with headers( H1) in SAP
hi I was developed Webdynpro application with UI elementformatted text editor We enter the text with above format with H1(screen1) It display in adobe form as black(screen2) When I was try with normal...
View ArticleRe: Mb1a -Goods Movement Transfer.
Sir, CALL FUNCTION 'BAPI_GOODSMVT_CREATE'EXPORTING goodsmvt_header = header goodsmvt_code = c_codeTABLES goodsmvt_item = it_item goodsmvt_serialnumber = it_snoreturn...
View ArticleDisplay date in SAP Script...?
Hi Experts, How can i display a date in SAP Script in the this format "Date : 1st January 2014" or "Date : 2nd January 2014 " like this . I dont know how do do this in SAP Script ? Plz tell .....
View ArticleRe: Mb1a -Goods Movement Transfer.
does your movement really require external assigned serial numbers?the serial numbers interact with the value in field XSAUTdo you have somewhere a CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'?
View ArticleRe: Mb1a -Goods Movement Transfer.
Did you check if you are filling all the required fields for gm_code 03? Take a look at BAPI documentation if you are not missing any field and don't forget BAPI for commit work. Regards,Felipe
View Articlehardcoding of senders Email ID
Hi All, I have this requirement to hard code sender's email ID for sending mails.But,when I go to tcode SOST it shows my name also when the mail is received it displays my ID.I have used OOPS Abap code...
View ArticleRe: hardcoding of senders Email ID
If you are using BCS class, call the method below: DATA lo_send_request TYPE REF TO cl_bcs. (You already have declared this with another name)DATA lo_sender TYPE REF TO if_sender_bcs. *--- set the...
View ArticleRe: how to download and upload data base table and data also
hello its not working error coming: Wrong type passing parameters to "P_TCOL"
View ArticleRe: MIGO BADI MB_MIGO_BADI not being called
Thanks Gourav. I noticed that BADI is working fine in our development environment. It's only in quality environment where its not being called after the upgrade. I ran the program...
View ArticleHow to maintain Custom Fields using BAPI.
Dear Gurus, I have searched in Google and I have got loads of websites which explains the usage of Extentionin.But I did not quite comprehend it.For instance, somewhere it was mentioned that If you...
View ArticleRe: how to download and upload data base table and data also
Hello Ram, Could you please check the values you are passing in the parameter P_TCOL ? it seems you are giving some wrong input.. Rgrds,SC
View ArticleRe: BAPI_MATERIAL_GET_ALL - I DONT FIND FIELD "EKGRP"
thank you so much do you know the difference betwen BAPI_MATERIAL_GETALL and BAPI_MATERIAL_GET_ALL, why are there two almost the same written name? thanks
View Article