Skip to Content
0
Former Member
Jan 12, 2011 at 04:15 PM

Hi Guys please your Help required in ABAP Development !!

130 Views

Hi Chaps,

I have got requirement as follows :

Field Names Table names

URI_ADDR ADR12

TEL_NUMBER ADR2

TEL_NUMBER ADR2

SMTP_ADDR ADR6

CITY1 ADRC

CITY2 ADRC

COUNTRY ADRC

FAX_NUMBER ADRC

PO_BOX ADRC

POST_CODE1 ADRC

REGION ADRC

STR_SUPPL1 ADRC

STR_SUPPL2 ADRC

STREET ADRC

TEL_EXTENS ADRC

BU_Y_END BP021

STAFF_COUNT BP021

TURNOVER BP021

BU_GROUP BUT000

BU_PARTNER BUT000

LEGAL_ENTY BUT000

NAME_ORG1 BUT000

XDELE BUT000

UDATE CDHDR

BRAN1 KNA1

KONZS KNA1

HKUNNR KNVH

HKUNNR KNVH

KUNN2 KNVP

BZIRK KNVV

LANDX T005T

The above field names and tables are related to customer information in SAP ECC 6.

1. If someone creates a record for a new customer - all fields has to capture

2. if customer already exist and make any changes, particular that changes has to capture

In the above 2 conditions customer information has to capture on SAP ECC system until 6 PM.

Mechanisms?

1. Has to gather customer changes/create new records information to keep it in one text or csv file and put that file on SAP ECC application server or

2. One custom FM to collect all the data about customer changes/new records, I schedule one job in the evening to trigger that FM or

3. Create on Custom IDOC save all the customer changes/new records information has fill in that IDOC, we can trigger IDOC with change pointers in the evening.

Which is best and feasible solution, Can help me to get the code for this?

This scenario between ECC --> PI --> JDBC

The above customer information has to come to PI, this is Async call.

I will highly appreciate for your quick response.

Many thanks in advance

San

Edited by: ASandhya on Jan 12, 2011 8:16 AM