Hi All,As per the Client Requirement ,In Production order the Storage Type search sequence for TO(Transfer Order) creation has to be updated after a simple validation.I am Unable to find a suitable Exit/Badi such that I can update the storage type In...
Hi Experts,I have developed BDC program for TCode EC01 its working fine, when iam scheduling this BDC program in Background job in sm36 not able to create the company code. What may be the issue for this problem.Regards,
Hi,Working in 4.6CWhen I execute a report for the first time report is working fine, when execute the program with the same input data for the second time without coming out of the program getting the dump.when execute the program with the different ...
Hi ,Very good blog to understand the connectivity of FTP server. I have a requirement to get data from ftp but i am getting above highlighted error even after maintained IP and port in table ‘SAP_FTP_SERVER_V’. can you help.?Passing correct User name...
Hi,When the report is executed by selecting the data from the variant report works fine.When the report is executed by directly giving the data in the selection screen system goes for dumb.Note : Insttaled latest GUI.Regards,
Hi, I used BADI MB_DOCUMENT_BADI. have written the code as data: wa_mkpf type mkpf. read table xmkpf INDEX 1 into wa_mkpf . wa_mkpf-xblnr = wa_mkpf-frbnr. when i used modify statement to modify xmkpf am getting error li...