Re: IDOC to create from outbound delivery from sales order as INBOUND process
Hello Sahadev,The only way is create a custom IDOC and use the BAPI BAPI_DELIVERYPROCESSING_EXEC as the custom process code and achieve the functionality,.Thanks,VJ.
View ArticleRe: ALV Editable cell can not fill type INT amount.
Hi qiu wei ,You need to add datatype in your fieldcatalog ,then it will work fine ... Example: WA_FLDCAT-datatype = 'CURR'.Reward Points if useful
View ArticleRe: module pool development
HI, PLEASE DO AS BELOW ... PROCESS BEFORE OUTPUT. MODULE STATUS_0100. LOOP AT GT_VBAP INTO GS_VBAP1 WITH CONTROL ITEM CURSOR ITEM-CURRENT_LINE. ENDLOOP.* PROCESS AFTER INPUT. LOOP AT...
View ArticleRe: ALV Editable cell can not fill type INT amount.
Hi lohit devadiga , it does work fine as you said. Tks a lot!
View ArticleRe: IDOC to create from outbound delivery from sales order as INBOUND process
Hi Sahadev, ABAP Proxies is best alternative for your requirement, try to implement proxy interface for this.
View ArticleRe: IDOC to create from outbound delivery from sales order as INBOUND process
Hi Raju, I am new to IDOC, Can you please provide me details on how to create ABAP Proxy? Thanks in Advance,Sahadev Abhyankar
View ArticleRe: IDOC to create from outbound delivery from sales order as INBOUND process
Basically it is a collective work interface, Proxy will be created in XI/PI level, once they activate it in XI/PI, in SPROXY Tcode it'll be available in R3 system . again we have to activate the proxy...
View ArticleRe: IDOC to create from outbound delivery from sales order as INBOUND process
Hello Sahadev,Check the below Proxy for the sales order so that it might help you.http://wiki.scn.sap.com/wiki/display/profile/ABAP+Proxy+inbound+program+-+sales+order+creationThanks,Vijay.
View ArticleUnable to use the RFC_READ_TABLE BAPI
I am not able to send the table data to bapi more than 40 fields in informatica rfc_read_table BAPI
View ArticleRe: IDOC to create from outbound delivery from sales order as INBOUND process
Hi Raju We do not have any EDI subsystem in place means we are not using XI/PI or any other system.XML files are stored on FTP server of third party which are picked by ABAP program and passed to IDOC...
View ArticleRe: IDOC to create from outbound delivery from sales order as INBOUND process
Hi Vijay, We do not have any EDI subsystem in place means we are not using XI/PI or any other system.XML files are stored on FTP server of third party which are picked by ABAP program and passed to...
View ArticleRe: IDOC to create from outbound delivery from sales order as INBOUND process
Hello Sahadev,Best way create a custom IDOC and use the BAPI BAPI_DELIVERYPROCESSING_EXECthere is no other way if you cannot have XI/PI system configured.Thanks,VIjay.
View ArticleRe: IDOC WPUBON Refrence Field does not appear in GL LINE ITEM
Hi Samir, Have you found the solution for this issue ?i got the same problem like you. Thanks,Leo
View ArticleRe: IDOC to create from outbound delivery from sales order as INBOUND process
Hi Sahadev, Message type: SHP_OBDLV_CREATE_SLSBasic Type: SHP_OBDLV_CREATE_SLS01Process code: BAPIDistribution Model: Add message type mentioned above using 'Add BAPI' tool bar push button with Object...
View ArticleIDoc showing incorrect VBUND
The outbound IDoc shows faulty Trading Partner (VBUND) for all customers though on debugging we find it uses standard Program RBDSEDEB for selection of VBUND from KNA1 table and selection is correct...
View ArticleRe: IDoc showing incorrect VBUND
about what IDOC are you talking?you are referring to the source field KNA1-VBUND, but do not tell anything about the target field in the IDOC This means all information is quite useless towards a...
View ArticleRe: BAPI_PO_CHANGE enter net price error is coming
Hi, I had same problem.I managed to fix it by changing "Checking rule" by SPRO. Go to SPRO.Materials Management / Purchasing / Purchase Requisition / define screen layout at document levelnow, you can...
View ArticleValue of EBELP Purchase Order Item in Output Type Routine
Hello, I an facing a problem in retrieving the value of EBELP : Purchase Order Item, while I am executing an 'ME' Output Type.[The Output Type is of ME Application]When I execute the transaction MB0A...
View Article