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

XD01 Batch Input Problem

Former Member
0 Likes
800

Hi all,

I'm trying to do a program to perform a batch input over TX XD01 (Customer Creation). I need to enter URL information, but when I did the recording; the function code within the popup in the ALV of "other communications..." was something like "%_GC....". When I run the recording this code doesn't work.

Please help me.

Regards

1 ACCEPTED SOLUTION
Read only

former_member226999
Contributor
0 Likes
742

The actual field would be KNA1-KNURL for theURL informations.

Hope this helps.

Fra

<REMOVED BY MODERATOR>

Edited by: Alvaro Tejada Galindo on May 23, 2008 6:31 PM

4 REPLIES 4
Read only

former_member226999
Contributor
0 Likes
743

The actual field would be KNA1-KNURL for theURL informations.

Hope this helps.

Fra

<REMOVED BY MODERATOR>

Edited by: Alvaro Tejada Galindo on May 23, 2008 6:31 PM

Read only

0 Likes
742

Hi Fra:

Actually there are entries in the table ADDR12 too, I'm going to use BAPI_ADDRESSORG_CHANGE after the CALL TRANSACTION xd01 to create the URL in that table.

Thanks for your help

Read only

0 Likes
742

In that case did you check out BAPI BAPI_CUSTOMER_CREATEFROMDATA1 ?

This will create centralised address mangement entries as well (create entry in ADRC related tables), so you don't need to do the BDC and do everything using this BAPI.

Hope this helps.

Fra

Read only

0 Likes
742

Hi Fra:

Thanks for your help, but I already saw BAPI BAPI_CUSTOMER_CREATEFROMDATA1 and I couldn't find how to send the URL into any of the interface elements