Re: Program to create PO from PR
Hi Abhishek, U can use report program for this.I will try to explain you the basic tables and key fields that you will need to require to develop your logic. Tables required will be : EKKO,(PO header)...
View ArticleRe: Program to create PO from PR
Hello Dear Abhishek, have a look at the following article, I hope it will help you. BAPI_PO_CREATE1 - 'Please maintain services or limits' error Good Luck, if it will help you then please award the...
View ArticleLSMW QUERY
Gurus, I have created LSWM program & then done the field mapping using auto mapping.All fields have been mapped.Then in source fields i have deleted some fields.Now for doing auto mapping i have...
View ArticleRe: LSMW QUERY
I don't think it's possible directly in the field mapping step. As a workaround, you can temporarily assign a different conversion object type in step 1, change it back to the original one, then go...
View ArticleRe: Inbound IDOC (EDI 855 & 865) - for Orders Acknowledgement & Orders change...
Hi Yeoh,can you please suggest Customer exits related to 855 for Inbound processing,for handlingschedule quantity in - Delivery schedule tab.we need to display the split quantity (Quantity of Goods...
View ArticleRe: LSMW QUERY
What i did isI went to Maintain object attributes deleted the unwanted fields,then deleted the fields in source field.Then i did the auto field mapping without making all the fields initial .Now the...
View ArticleIDoc receiver system
Hi all! I have a custom program, which is used for creating IDocs, during the program FM MASTER_IDOC_DISTRIBUTE is called and receiving system (chosen on the selection screen) is passed to FM with...
View ArticleRe: IDoc receiver system
Hello Roberts, The esiest way would be to submit receiver partner number (that is derived from the value of the receiver system which has been chosen on the selection screen) when calling the function...
View ArticleRe: Inbound IDOC (EDI 855 & 865) - for Orders Acknowledgement & Orders change...
Hi Karthik You can check out enhancement MM06E001 for inbound ORDRSP. You probably can try out exit 005 or 007 to see which one fits your scenario. RgdsEng Swee
View ArticleIssue in adding the sapnco.dll and sapcno_utils.dll - reg
Hi, We have SAP .net connectors dll sapnco and sapcno_utils (64bit) and added the reference the C# .net application. We can able include/see the namespace "SAP.Middleware.Connector" inside the...
View ArticleRFC SAPXPG_DBDEST_ fails
Hi, In my system RFC SAPXPG_DBDEST_<SAPDBHOST> is getting failed. I have maintained all the entries correctly in sm59, still it is getting failed. When I checked dev_rd file I am getting error...
View ArticleRe: Inbound Delivery: Inbound WHSCON IDoc with Batch Split - HowTo...?
Hello, See OSS note 773677. SAP recommended to use the V55K0011 SAP enhancement in FM IDOC_INPUT_DESADV1 to copy storage location from the IDOC. RegardsChtuima
View ArticleNo batch input data for screen SAPLKEAK 0300
Hi All , I am getting "No batch input data for screen SAPLKEAK 0300 " error while Posting a parked document.When I checked the Park Document , I saw that Profitability Segment was missing.Document is...
View ArticleData Dictionary details
Hi There, Is there any way to take the filed name from SAP data dictionary during run-time . I mean if i will execute a TA the field name , program name (like what shows pressing F1) all the details....
View ArticleHow to maintain segments for PORDCH03 (IDOC)
Hello Expert. I need to be able to create and change PO data from text file. For this i parse data from files, then I manually maintain segments for idoc, and then I send it by CALL FUNCTION...
View ArticleRe: How to maintain segments for PORDCH03 (IDOC)
sometimes it would be better to just tell what you typed instead of making the most relevant information anonymous with 'XXXXXXXXXX'.Maybe it is just that you missed the leading zeros
View ArticleRe: How to maintain segments for PORDCH03 (IDOC)
Ok, no problem, I just don't think that it is neccessary. 4500017477 - I use this for example. As I understand, Type for PO_NUMBER has 10 characters. SO I think I shouldn't use leading zeros... Or i'm...
View ArticleRe: How to maintain segments for PORDCH03 (IDOC)
No this has 10 digits, hence no need for leading zeros.What about the item number?
View ArticleRe: How to maintain segments for PORDCH03 (IDOC)
for PO_ITEM it is e1bpmepoitem-po_item = '00010'.
View Articlerunning a DOS program before an ABAP program
Hellowe have Z_Order ABAP program which load order to SAP, we need to run a DOS program to get file to the correct folder.Is it possible to run this DOS program every time user run Z_Order programThanks
View Article