Quantcast
Channel: SCN: Message List - ABAP Connectivity
Viewing all articles
Browse latest Browse all 3125

Re: How to trigger change pointers automatically, if the messgae type is not found in BD50 ?

$
0
0

Hi All,

 

 

      This object which i am working is already developed using message type ORDRSP, IDOC type ORDERS05 and processed through function module IDOC_OUTPUT_ORDRSP.

 

    1) The existing IDOC will work through NACE tcode..a new output type ZACK is configured with condition types and the procedures and also enabled for the changes.

 

    2) An extended IDOC type is created with standard IDOC type ORDERS05 for the additional fields and incorporated the logic in USER-EXIT.

 

in the existing object , if the sales order is changed for any of the fields,IDOC will be triggered.

 

here i am adding 10 additional fields to the same custom IDOC type.

 

now if i change the sales order using VA02,,IDOC should be triggered if only changes happened to those 10 fields.if any changes happened to the standard fields, IDOC should not be triggered.

 

    The problem is, i don't have any documentation on existing developed IDOC and USER-EXIT.

 

My requirement is, 1) Do i need to create these additional fields using structure or transparent table or can i append these fields in the standard table ?

 

                            2) how to trigger change pointers for those additional fields whenever changes happened to the 10 additional fields only.

 

                           3) where can i add the logic to these additional fields.


Viewing all articles
Browse latest Browse all 3125

Trending Articles