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

idoc code

Former Member
0 Likes
426

hi to all,

help me in this issue

for meesage type cremas the extension type is zcremas04 and i am adding a segments for this extension type for these fileds which i have added in cremas i need to opulate how can i serch for program i have serched in we57 but it is not assigned there i went o bd12 and i serched in standard program of that i havent find any where i need to write the code for these segment i have added

thanks in advance

kiran kumar

Message was edited by:

Kiran Reddy

1 REPLY 1
Read only

Former Member
0 Likes
348

hi,

if u look at in BD12 (RBDSECRE)

we have function module MASTERIDOC_CREATE_REQ_CREMAS. in this we have another function module MASTERIDOC_CREATE_CREMAS. in this we have exits

<b>* Customer exit</b>

<b>CALL CUSTOMER-FUNCTION '001'</b> this is the place where u have to implement some code to fill fields by you.

<b>1. double click on '001'. u will go to SE37 'EXIT_SAPLKD01_001'.

2. here u have an include ZXVSVU03.

3. double click on this include. u will see abap editor. here u can write ur code.</b>

u can look at how SAP fills other fields. in the same way u can implement for ur fields.

let me know if more help is needed

hope it helps...

pls. reward if useful...

Message was edited by:

pawan ambadas