cancel
Showing results for 
Search instead for 
Did you mean: 

Hi gurus, i got a task with related to see-burger plz help me........

Former Member
0 Kudos

here am giving description for my dought

i have to write ,in EDI-IDOC MAPPING USING SEE-BURGER adapter,in that mapping condition is ,When data found in ST01, map synonym of source GS02 using table GSNDPRNI

in IDOC format should be 10 digits padded to left with zeros.

here EDI segment GS02,& idoc segment is EDI_DC- SDNPRN.

PLZ HELP ME FOR HOW TO MAP THESE TO FIELDS.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

Use IF-Else to check the condition and use format number to get the output in desired format.

Regards,

Kumar

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

using Format number you can pad zeros at left.

so there is no need to use UDF.

Regards,

Akshay.

Former Member
0 Kudos

Hi Rohit.

While doing the mapping for STO1, check if the length of STO1 is greater than zero. if it is greater than zero, now map GS02 to it's target field. use a udf to pad the value of the GS02 field with zeros.

Hope this helps u.

Regards,

Hari