Hi
I need to check if invoice exists in SAP based on vendor no from dot net program.
Is there a BAPI function that I can call from Dot net
Thanks
Hi
I need to check if invoice exists in SAP based on vendor no from dot net program.
Is there a BAPI function that I can call from Dot net
Thanks
Hi Experts,
Scenario: At our client, we have the internal orders loaded as part of the go-live. Now that we need to create the process of settling those IOs created using materials data.
Has anybody come across BDC/LSMW for creating settlement rules in KO02 for the Internal Orders created. We don't have a newline button or menu option to add extra line while recording. I was thinking is there is no way but to create a custom ABAP program?
Waiting for the quick reply! Thanks!
Hi,
Greetings, I am novice to SAP and hence need your urgent help in addressing a problem i am facing.
We have a system in SQL SERVER. We want to post data to SAP and Fetch Data from SAP.
Kindly suggest how can we proceed. I was just told that using BAPI it is possible. Can anyone help me on this please? I don't know what's correct way to proceed using BAPI. whether I need to write BAPI and whether writing BAPI will suffice to push data to SQL Server DB and retrieve and update in SAP?
Any tool/ setup i need to use to connect to SAP or write BAPIs? Any prerequisites.
Thanks in advance. appreciate quick response.
Mayuresh
HI Guys,
I have one requirement I want to call one POPUP screen in MIRO TCODE after pressing the saving button.
I found one exit EXIT_SAPLMRMP_010 that called after clicking on save Button. how we can call the subscreen as a POPUP.
Regards.
Nishant
Hi Expert,
I have recorded a batch for inputting MM41.
Then I run the batch input screen and choose foreground as the processing mode, the record created succesfully.
However, when changed the process ode background and re-run again.
It showed the below error:
Runtime error OBJECTS_OBJREF_NOT_ASSIGNED has occurred
Would like to know the root cause of the error and any tips when doing recording to prevent this kind of error.
Big thanks.
Best Regards,
Keith
Hi,
I found a strange issue with BD87,
When I copy and paste 999 idocs in BD87 and display those idocs, I can see 999 idocs.
When I copy and paste 1001 idocs in BD87 and display those idocs, I can see 1001 idocs.
But when I copy and paste 1000 idocs in BD87, it is displaying all the idocs in the system.
Did anyone faced a similar issue?
Regards,
Laxman
hi,
While calling this FM: ARCHIVEOBJECT_CREATE_FILE through an RFC Function module(Invoked externally from a JAVA program) its returning error rfc server 'sapftp does not allow to start required P'.
But when this same RFC function module is executed through SAP GUI. Its working fine...
Plssss help...!!!
Hi Experts,
Am modifying user exit MBCF0005 for mb1a. Automatically cost center value has to be populated. Here am taking cost center from ekkn and store article no. from mseg table as per function module.
please provide the code for the above requirement as am new to this.........
Hi Experts ,
I am a basis person. I need to simulate trfc for my companies product(SAP Monitoring Tool).So what should i do to simulate the entry in sm58.and also When wil the table ARFCSSTATE & ARFCRSTATE gets the entries.
Thanks in Advance,
Satheesh E
Dear Experts,
I have developed a program which will fetch data from an external sql database, the connection is established by using the database identification name generated from tcode DBACOCKPIT and processing data through BAPI.
The Development is working fine but my project manager is concerned about any Licensing ,if any, is required to access an external database and fetching data with an unmanned scheduled job.
Is any licensing involved in this process or just a named dialog user license is enough to schedule and carry out the process?
Thanks,
Gaurav
Dear Team,
Please help me/us on priority.
We have perfect connectivity from MDO (Master data Online) to backend ECC system. No changes to Configuration/profile/authorization/RFC.
Here is current senerio :
1)End User trying to create Vendor master data in ECC system via MDO
interface.
2)When vendor master is created via MDO interface; 4 IDOCs are created.
i) ADRMAS - Address master (successfully processed status) 53
ii) MDO_MT_VCP - Vendor Contact person (Successful processed status) 53
iii) ZMDO_MT_CIN - PAN card Details (Successfully Processed status) 53
iv) CREMAS - Vendor Master Creation (Unsuccessful processed status) 51
Please note that Despite CREMAS showing in failed status; Actually
Vendor master is successfully created in Backend ECC system. But in IDOC
processing we02 as mentioned first 3 IDOC's status in 53 while last one
IDOC status is 51.
This is quite confusing situation. I have attached Screenshot. No message is displayed other than I::000. What customer is shouting is that they not differentiate between successful and unsuccessful posting from IDOC status.
Regards,
Arthur Rodrigues
Hi,
Is it possible to view the content of many Idocs in a nice format? I am looking for other ways than EDID4 - where the Idoc content is in 1 field. I would like to get something similar to what is possible to view in WE02's print view - but for more than 1 Idoc.
Thank you for your kind reply!
Regards,
Tamas
I have created an ABAP consumer proxy from the wsdl of an external webservice (i.e. Transsmart). After the instantiation of the proxy class some extra header fields are added for authentication. Next to the authentication data the request soap header contains xml segments that cause the webservice call to fail. How can I remove the header segments that cause the webservice to fail? Any help is welcome.
example soap header:
<soap-env:Header>
<authentication xmlns="http://connect1.transwise.eu/TboxService/">
<userId>xxxxx</userId>
<password>yyyyy</password>
<customerId>zzzzz</customerId>
</authentication>
<n0:Trace xmlns:n0="http://www.sap.com/webas/630/soap/features/runtime/tracing/">
<n0:TraceLevel>Payload</n0:TraceLevel>
<n0:TraceContext>
<TRC_PATTERN>WSTEST</TRC_PATTERN>
<TRC_KEY>E389BB8F628AAEF1B947005056901112</TRC_KEY>
<TRC_SSID>WMQ_01</TRC_SSID>
<TRC_USER>DERKSEMAM</TRC_USER>
<TRC_TS>20140130143401</TRC_TS>
<TRC_COUNTER>98</TRC_COUNTER>
<TRC_EXTERN/>
</n0:TraceContext>
</n0:Trace>
<n1:MessageID xmlns:n1="http://schemas.xmlsoap.org/ws/2004/08/addressing">uuid:e389bb8f-628a-b0f1-b947-005056901112</n1:MessageID>
<n2:Action soap-env:mustUnderstand="1" xmlns:n2="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope">http://connect1.transwise.eu/TboxService//doBooking</n2:Action>
<n3:To soap-env:mustUnderstand="1" xmlns:n3="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope">https://connect.test.transwise.eu:443/TboxService/2_0</n3:To>
<wsa:From xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing">
<wsa:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:Address>
</wsa:From>
<wsa:ReplyTo xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing">
<wsa:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:Address>
</wsa:ReplyTo>
<wsa:FaultTo xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing">
<wsa:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:Address>
</wsa:FaultTo>
</soap-env:Header>
kind regards,
Roelof Jan
can anyone tell me the code to remove special characters but not spaces from fields in a report program
Hi,
Does someone has a working example how to use fuction module TSEG_MODIFY_TXT?
I presume that function TSEG_BUILD_TEXT_NAME is required in order to fill out import parameter IS_DIAT_EVEN in function module TSEG_MODIFY_TXT?
I also wonder how a new event with an incremental counter can be added, I presume via function module TSEG_INSERT_EVEN.
However, whatever I try I alwaus get a fatal error.
Apparently no documentation available on this topic.
Regards,
Benny
I have been unable to locate a version of the NW RFC SDK for Mac. Does anyone have insight or experience into how to get this library installed on Mac?
hI,
Want to generate outbound docs to send multiple invoice information to send to CHILE country while clicking on release print button in transcation IDCP
for billing document created thorugh VF01.
.
Is this Possible through IDCP .? Any exits available .
Regards
Ivneet
Hi people!!
I have a strange situation calling a FM destination.
trying to call a Function from BI system but is not getting any data.
THE CONNECTION IS GOOD.
.
1) This is the FM which is in BI System.
The import parameter COORDER has a value before calling the FM.
COORDER = 'AACO-AD0003'.
CALLFUNCTION'ZBAPI_PC_GET_GRPO_ART'
DESTINATION 'BD2CLNT400_NEW'
IMPORTING
COORDER = COORDER
TABLES
ZBI0TMATL_GROUP = tbl_grp_art
EXCEPTIONS
COMMUNICATION_FAILURE = 1
SYSTEM_FAILURE = 2.
IF SY-SUBRC NE0.
WRITE: 'wrong'.
ELSE.
ZGRP_ARTICULOS[] = tbl_grp_art[].
WRITE: 'O.K.'.
ENDIF.
-------------------------------------
2) This code is inside the FM ZBAPI_PC_GET_GRPO_ART.
The import parameter COORDER has NO value, i mean is EMPTY.
select * into table z/BIC/AZPRT_OG100
from /BIC/AZPRT_OG100
where COORDER = COORDER ( is empty )
and MATL_GROUP NOT LIKE 'MT%'
and MATL_GROUP NOT LIKE 'RP%'
and MATL_GROUP NOT LIKE 'AF0%'.
3) SY-SUBRC = 0.
The system variable is 0.
stranger than this can´t be.
I hope someone knows why this is happening.
Regards
Hi Experts,
We are having error workflow raised in the event idoc is failed with status 51. Below are the events used to trigger the workflow
Start Event INPUTERROROCCURRED
End event INPUTFINISHED
The above end event is triggering in case the idoc is successfully processed to status 53. But our issue is, it's not always we reprocess the idocs for success, but we delete many of the idocs by changing the status to 68. In this case, the workflow triggered is remaining in the inboxes of the users.
We want the workflow to be completed in case of idocs status changes to 68 also, same as 53.
Please guide me on how to achieve this.
Rgds, Mallik
Hi,
I would like to send a Outbound Good receipt Idoc from Inbound delivery ( After PGR)
Purpose: Sending PGR Ack back to supplier.
Please suggest me the best Idoc message type and basic type to use.
FYI - I am planning to map this with 861 EDI (Outbound 861 Receiving Advice/Acceptance Certificate)
Thankyou,
Ravi