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

Site data upload

Former Member
0 Likes
601

Dear all,

I have to uplaod new fields in existing site data which are Custom Z fields through LSMW. Recording does not seem to work because in tcode WB02, when i click on customer button and a screen comes. I have to pass through this screen to XD02. But the problem here is that while in recording i'm checking on the checkbox but the recording is not taking input. And in the execution it does not go ahead of that screen since it does not find any checkbox checked. How can this be achieved if not through recording?

Thanks in advance!

Radhika

3 REPLIES 3
Read only

Former Member
0 Likes
527

Hi,

How have you done for standard fields? If from LSMW then use the same LSMW object and append the custom field in the relevant structure which is actually being used in your LSMW batch input program, and finally regenerate the program. that should give you the opportunity to populate the custom fields.

Cheers

Amit

Read only

0 Likes
527

Hi Amit,

Yes, I'm also uploading standard fields through Idoc DEBMS07. But Debmas07 Idoc will not contain the Zfields to map the structure fields to.

Hence I was doing Recording. But it doesnt seem to work niether through XD02 not WB02.

Radhika

Read only

0 Likes
527

OK. Given that you are uploading the standard fields with IDOC then the best approach to extend the IDOC for the custom field and then populate the values through the exit. Best approach yet far easy to apply.

Cheers

Amit