Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to use Function module generated to update CDHDR CDPOS

Former Member
0 Likes
1,347

Hi,

I have a Z-table, and I want to tracks the value changes in some fields,

the data elements for those specific fields are marked for "Change document".

I created a Change document object using the transaction SCDO and I got the function module.

now can any one tell me how to use these function modules like ( what values need to be passed to function module. what value do we need to pass for OBJECTID,..value for tables ...etc )

I have a custom program to update/delete entries in the custom table so should I use the function module in my custom program to result an entry in CDHDR & CDPOS.

how to display the old value and new values for the fields specified to changes.

Regards,

Nagu.

1 REPLY 1
Read only

Former Member
0 Likes
440

check in SE37

RV_ORDER_FLOW_INFORMATION

SD_SALES_DOCUMENT_READ

SD_SALES_DOCUMENT_READ_POS

SD_DOCUMENT_PARTNER_READ

SD_DETERMINE_CONTRACT_TYPE

SD_SALES_DOCUMENT_COPY

SD_SALES_DOCUMENT_SAVE

SD_SALES_DOCUMENT_ENQUEUE

SD_PARTNER_READ

RV_DELIVERY_PRINT_VIEW

SD_PACKING_PRINT_VIEW

SD_DELIVERY_VIEW

RV_BILLING_PRINT_VIEW

RV_PRICE_PRINT_HEAD

RV_PRICE_PRINT_ITEM

Rewards if useful...........

Minal