Postin Key problem with BAPI_ACC_DOCUMENT
Hi Experts, I am using the BAPI_ACC_DOCUMENT_POST to post account receivable This is how i pass data to the Structures *Headerwa_documentheader-bus_act = 'RFBU'.wa_documentheader-doc_type =...
View ArticleAdding Set type field into complaint creation screen ?
Hi Team, My requirement is in complaint creation screen(Component -BT120H_CPL) we need to add one field Serial number(this is the filed in component - PRDGENSET,Context node -Set type) this field user...
View ArticleRe: How to use the structure IBIPBDCD in LSMW
hello ,experts, i have resolved the problem ,thanks all.
View ArticleRe: How to use the structure IBIPBDCD in LSMW
It would be good for any reader of this discussion who might have the same issue that you update it how you solved it.
View ArticleRe: How to use the structure IBIPBDCD in LSMW
yes , i agree with you very much. like this, i use IBIPBDCD structure . this is relevant the task list batch input with servie specfications.. I create a source structure called ZPM_TL_IBIPBDCD, AND...
View ArticleRe: Generated proxy: no memory for processing HTTP.
Hello Roland, I am experiencing the same error, although my situation is a bit different. I create the proxy object, call some methods and then I call one method in loop with table data. When we...
View ArticleRe: I:000 message in IDOC processing.
Hey Michael, Sorry I am replying late; If I recall correctly (as problem was with my last employer's client) the issue was with update of back account details of vendor. but We raised it to SAP;...
View ArticleRe: Hi,expert, can you help me create Refurbishment orders using bapi
Hello, You can solve this problem by using that bapi.Try doing the following: data: wa_reforder_item type table of bapi_reforder_item_i with header line, wa_reforder_iteme...
View ArticleRe: Error while uploading the Real Estate Contract using IDOC & BAPI
Hi Srihari, I know the post is old and worn out, I have a similar requirement and would ask of you to provide the solution to the BAPI_RECN_CREATE .I am having a hard time creating a contract through...
View ArticleRe: Need std BAPI or IDOC or FM for creating master recipe using C201 T-code
Try with below LSMW BAPI method Business Object BUS1194 General RecipeMethod SAVEREPLICAMULTIPLE Save PPE Objects for General recipeMessage Type PPE_GREC...
View ArticleUpdate shipment start and shipment end status using BAPI_SHIPMENT_CHANGE.
Hi All, Can anyone please provide me sample code for updating Shipment Start and Shipment end status with System time and date when VTTK-STTRG = 5, using BAPI_SHIPMENT_CHANGE?? It's kind of urgent,...
View ArticleRe: EA187 - Immediate Processing in Job 'XXXXXXXXXXXXX '
Hello Please check this link https://scn.sap.com/thread/1334400
View ArticleGL accounts mapped to ALE Account
Hello Team, We need to find out how many GL accounts are mapped to an ALE account. For EX: 980 is an ALE account maintained in syatem1 . Some transactions from system2 will be hitting To this ALE...
View ArticleSOAP Web Service with Mutual Authentication (X509 Cert) without PI Interface
Dear all, Could anyone explain me the settings/Configuration needs to be done for this Mutual authentication in SOAP web service call using X509 Client Certificate. and how to validate the certificate...
View ArticleRe: XK02 BDC Recording...
Hello Deepti, BDCDATA-DYNBEGIN = 'X' parameter is missing. Populate the same in the internal table of BDCDATA and your issue will be resolved. It's verified. Best regards,Ambareesh J.
View ArticleSAP Web services WSDL communication with external programe
Hi Experts I have problem i WSDl communication between sap and Soapui, I tested the Wsdl in SAP abap system it call sucessfully but when i call bySoapui i get error, can I get any document regarding...
View ArticleRe: SO_NEW_DOCUMENT_ATT_SEND_API1
Hi Zakiya, Instead of SO_NEW_DOCUMENT_ATT_SEND_API1, use cls_bcs.. refer this code. DATA: lo_send_request TYPE REF TO cl_bcs VALUE IS INITIAL. CLASS cl_bcs DEFINITION LOAD. DATA : lo_document...
View ArticleRe: How to extend a configurable material for a plant using BAPI_MATERIAL_SAVE_
Hi, This seems pretty old post. I am facing the same problem using BAPI_MATERIAL_SAVE_DONFIGURATION and trying difference methods. But I can not get data for cross-plant configuration ( MARC-STDPD.can...
View ArticleRe: Idoc status used for not sending outbound idocs
Hello, Set it to status 31. regards,RC
View Article