Re: Object variable not set error in SAP-VB Connect.
I hope someone can help with this... I have discovered that systems with SAP GUI 7.2 installed properly recognize oHeader.Value("DOC_TYPE") But, my system, with SAPGUI 7.4 installed does not! I would...
View ArticleRe: Get details from previous status records with status 26 - IDOC
If you delete 2 + 3, then you just have a segment 1 and segment 4, and this will create a problem, as it should be in sequence 1 and 2.If all segments exist already then you would need to renumber any...
View ArticleEvent background job
Hi, I have an inbound interface which will be triggered by the middleware. I will schedule event based job in the SAP BOX. i want to know 1) How the file name can be passed to the inbound program2)...
View ArticleError Creating the Logical port
Hi , We are facing the issue while creating the logical port in SOAMANGER. We provided the SAP_ALL to the user however it is throwing the above error. Regard-Vishal
View ArticleRe: LSMW - The source field is longer than the target field in MEK2
Thanks! This worked for me
View Articlehow idoc determine it is a surcharge or discount
we have a condition type ZF01 for freight charge and it is on header level. when the billing is created and transfer to an Idoc (RD04 output), it create two line under E1EDK05. one is E1EDK05 +/ZF01...
View ArticleRe: Vendor Master Creation through IDoc with Multiple Company Codes
Ok thanks. I continue investigation.
View ArticleRe: lock "cash journal" using BAPI_CASHJOURNALDOC_CREATE
It's an old question - but may be helpful for somebody - look at SAP Note 1772910.
View ArticleWhere can we map data for custom segments of the Basic idoc type COPAGN01
Hi Friends, I have created extension idoc from the basic idoc type COPAGN01 and all the required steps are done. Question is: I am not able to populate (map) data to the custom fields of the extended...
View ArticleRe: /AFS/BAPI_SALESORD_CREATEFDATA
Here is the same code for AFS Sales Order CreationREPORT ZGL_ALV_SO_CREATE.Data : i_vbeln type BAPIVBELN-VBELN, lt_head like /AFS/BAPISDHD, "S/O Header lt_headx...
View ArticleRe: CL_XML_DOCUMENT to create XML of multiple tables
Hello Akriti, Refer to include program LPFO_RFC_INTERFACEF02. Regards,TP
View ArticleRe: Problem with manual steps of note 1675897
Hello Emerson, As you said delete it from the SE11 data dictionary, but don't remove the INCLUDE from BKNA1. Regards,TP
View ArticleRe: FM response to XML fromat
Hello Akriti, Can you please explain in detail. Regards,TP
View ArticleRe: Adding New Components to an existing BOM
Hello Brijo, You can also use FM: CS_BC_BOM_CHANGE_BATCH_INPUT which is being used SAP standard program for bom change RCSBI020 - you can see documentation for this program at tcode OS43 RegardsZiv
View ArticleRe: BAPI_SALES_ORDER_CHANGE problem with Configuration Item
Hello Allan, Is there any reason why are you passing values to the below TABLE parameters.order_cfgs_reforder_cfgs_value As it is optional parameter, don't pass them, remove it and check the...
View ArticleRe: Idoc reprocessing
Programs and T-codes associated with IDOC reprocessingINBOUND/OUTBOUNDSTATUSPROGRAM FOR REPROCESSINGTCODEINBOUND51,63RBDMANI2- 60RBDSYNER- 69RBDAGAIEWPIE OUTBOUND02,04,05,25 and 29RBDAGAINBD83...
View ArticleRe: Event background job
Hi TP, it's a custom inbound interface program. In sm37 jobs we can declare an event which will trigger the program. My question is - while declaring the event in sm37 there is a parameter which we can...
View ArticleRe: BAPI_SALES_ORDER_CHANGE problem with Configuration Item
Hi TP, I need to update configuration value since this upload involve configuration items. I suspect Object Dependencies also affecting this process but still cannot determine the exact root cause....
View Article